Answers for "contact form 7 nice alert styling"

CSS
0

contact form 7 nice alert styling

/* NICE CONTACT FORM 7 ALERT / WARNING OUTPUT */
    .wpcf7-response-output {
        padding:20px !important;
        background-color:#fff !important;
        border:1px solid;
        border-color: #ddd !important;
        text-align:center;
        margin:auto !important;
        width:94% !important;
        max-width:1280px; /* your max-width container wrapper size */
    }
Posted by: Guest on June-18-2021

Code answers related to "contact form 7 nice alert styling"

Browse Popular Code Answers by Language