AdonaiCB
Forum Replies Created
-
Forum: Plugins
In reply to: [Contact Form 7] Responsive fields is it possible?And it looks the same, doesn’t appear multiple fields in a single line
Forum: Plugins
In reply to: [Contact Form 7] Responsive fields is it possible?I’ve applied this with Custom CSS plugin and now dissappear some fields: http://maria-candela.com/index.php/contact/contact/
Forum: Plugins
In reply to: [Contact Form 7] Responsive fields is it possible?Sorry, now the code correctly posted
/*-----------------------------------------------------------------------------------*/ /* CONTACT FORM 7 /*-----------------------------------------------------------------------------------*/ div.wpcf7 { padding-top: 20px; } div.wpcf7 .wpcf7-not-valid { border: 2px solid #b54d4d } span.wpcf7-not-valid-tip { display: none !important } div.wpcf7-validation-errors { margin: 0; padding: 10px; background-color: #fcf8e3; color: #c09853; border: 2px solid #faebcc; } div.wpcf7-mail-sent-ok { margin: 0; padding: 10px; border: 2px solid #d6e9c6; background-color: #dff0d8; color: #468847; } div.wpcf7 textarea { height: 110px; } .wpcf7-form .singleline ol { list-style: none; margin: 0; } .wpcf7-form .singleline li{ display: inline-block; float: left; margin-right: 10px; padding-right: 10px; }Forum: Plugins
In reply to: [Contact Form 7] Responsive fields is it possible?And I have to add also the HTML code and where?
Forum: Plugins
In reply to: [Contact Form 7] Responsive fields is it possible?Hello, in this order?
I pasted the code on this way and anything changes/*———————————————————————————–*/
/* CONTACT FORM 7
/*———————————————————————————–*/
div.wpcf7 {
padding-top: 20px;
}
div.wpcf7 .wpcf7-not-valid {
border: 2px solid #b54d4d
}
span.wpcf7-not-valid-tip {
display: none !important
}
div.wpcf7-validation-errors {
margin: 0;
padding: 10px;
background-color: #fcf8e3;
color: #c09853;
border: 2px solid #faebcc;
}
div.wpcf7-mail-sent-ok {
margin: 0;
padding: 10px;
border: 2px solid #d6e9c6;
background-color: #dff0d8;
color: #468847;
}
div.wpcf7 textarea {
height: 110px;
}
.wpcf7-form .singleline ol {
list-style: none;
margin: 0;
}.wpcf7-form .singleline li{
display: inline-block;
float: left;
margin-right: 10px;
padding-right: 10px;
}Forum: Plugins
In reply to: [Contact Form 7] Responsive fields is it possible?Ok, where I put this CSS CODE? In wich section of my WP? I don’t understand.
Thanks