Tagged: color section, enfold theme
Hi guys,
So I noticed that when adding a text field to the color section, the text is not vertically centered. How do we achieve this? I am using small padding option.
Thanks,
David
Hi David,
Can you post the link to your website please?
Regards,
Josue
it is codelessme.com/ecotarian – although What I need help with now is really vertically centering the Gravity Forms in the colored area.
Hi!
Add this code to the Quick CSS:
#gform_wrapper_1 .gf_left_half, #gform_wrapper_1 .gf_right_half {
margin: 0 !important;
}
Best regards,
Josue
All that seemed to do was move my h2 text down. See site.
Hi!
Use this code instead:
h2{
font-size: 27px;
}
#gform_fields_1 > li {
margin-top: 0 !important;
}
Result:
Regards,
Josue
Hey Josue,
See the page now. Still no result. For some reason the form fields are stuck at the bottom.
Hi!
You have some media queries unclosed in your Quick CSS code:
Try to put the code outside of those, or in the css/custom.css.
Regards,
Josue