Tagged: 

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #876178

    Hi, I have a wide cf7, and can’t find where the gap under the form comes from.

    #876197

    Hey,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:

    #top form { margin-bottom: 0; }
    

    Best regards,
    Yigit

    #876212

    Hi Yigit,
    I’ve added that to the custom CSS, but did not really changed

    #876238

    Hi,

    Have you made sure to hard clear the cache?

    Best regards,
    Jordan Shannon

    #876959

    Yes, no changes…

    #877246

    Hi,

    Just to confirm, you mean the form under the header?

    Best regards,
    Jordan Shannon

    #877403

    Yes, the form under the header image, it is on every page on the website.

    #877525

    Hi,

    Please change following code in Style.css file

    #top #wpcf7-f3445-o1 span.wpcf7-form-control-wrap input {
        width: 255px;
        border: 0 !important;
        background-color: white !important;
        border-radius: 0px;
        margin-left: 20px;
    }

    to following one

    #top #wpcf7-f3445-o1 span.wpcf7-form-control-wrap input {
        width: 250px;
        border: 0 !important;
        background-color: white !important;
        border-radius: 0px;
        margin-left: 20px;
    }

    Width should be 5px smaller :)

    Best regards,
    Yigit

Viewing 8 posts - 1 through 8 (of 8 total)
  • You must be logged in to reply to this topic.