Gravity Form Full Width

Hello, whenever I insert a gravity form only the comment box goes full with - I’d like to be able to either have it all centered and all the same width

Hi Amelia,

Thanks for reaching out.

I’m not sure if it’s configurable within Gravity form settings, I recommend contacting them directly. For the meantime, please add this CSS to your Theme Options > CSS.

.gform_wrapper form {
    max-width: 506px;
}
div.gform_wrapper .top_label input.medium, div.gform_wrapper .top_label select.medium {
    width: 100%;
}

Thanks!

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