contact form 7 nice alert styling

Solutions on MaxInterview for contact form 7 nice alert styling by the best coders in the world

showing results for - "contact form 7 nice alert styling"
Sergio
04 Mar 2020
1    /* NICE CONTACT FORM 7 ALERT / WARNING OUTPUT */
2    .wpcf7-response-output {
3        padding:20px !important;
4        background-color:#fff !important;
5        border:1px solid;
6        border-color: #ddd !important;
7        text-align:center;
8        margin:auto !important;
9        width:94% !important;
10        max-width:1280px; /* your max-width container wrapper size */
11    }