Tagged: cf7
Hi, I have a wide cf7, and can’t find where the gap under the form comes from.
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
Hi Yigit,
I’ve added that to the custom CSS, but did not really changed
Hi,
Have you made sure to hard clear the cache?
Best regards,
Jordan Shannon
Yes, no changes…
Hi,
Just to confirm, you mean the form under the header?
Best regards,
Jordan Shannon
Yes, the form under the header image, it is on every page on the website.
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