Forum Replies Created

Viewing 6 replies - 1 through 6 (of 6 total)
  • Thread Starter AdonaiCB

    (@adonaicb)

    And it looks the same, doesn’t appear multiple fields in a single line

    Thread Starter AdonaiCB

    (@adonaicb)

    I’ve applied this with Custom CSS plugin and now dissappear some fields: http://maria-candela.com/index.php/contact/contact/

    Thread Starter AdonaiCB

    (@adonaicb)

    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;
    }
    Thread Starter AdonaiCB

    (@adonaicb)

    And I have to add also the HTML code and where?

    Thread Starter AdonaiCB

    (@adonaicb)

    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;
    }

    Thread Starter AdonaiCB

    (@adonaicb)

    Ok, where I put this CSS CODE? In wich section of my WP? I don’t understand.
    Thanks

Viewing 6 replies - 1 through 6 (of 6 total)