X Theme/Gravity Forms CSS Alignment

I know this has been asked and answered many times but I cannot find a solution that works on my site for the X Theme and Gravity Forms CSS alignment issues. I did have custom CSS that worked at one point but that broke with an update.

https://bryanjonathanweddings.com

Hello There,

Thanks for writing in! To resolve your issue, please add the following CSS code in the X > Theme Options > Global CSS (http://prntscr.com/evui3r)

body .gform_wrapper .gform_body .gform_fields .gfield input[type=text] {
    width: 100%;
}

body .gform_wrapper .gform_body ul.gform_fields li.gfield {
    margin-top: 1.5em;
}

Hope this helps. Please let us know how it goes.

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.