Home / Admin / Using the “Include Form Styling” Setting
Duplicate Snippet

Embed Snippet on Your Site

Using the “Include Form Styling” Setting

With the Base styling only setting in place, multi-column layouts will generally not function properly. To fix this, you’ll need to either switch back to the Base and form theme styling option or add the following CSS to your site:

20+
Code Preview
css
/* 
When using Base styling and multi-column, use this CSS to correct the column layout.
Original doc link: https://wpforms.com/docs/how-to-choose-an-include-form-styling-setting/
For support, please visit: https://www.facebook.com/groups/wpformsvip
*/
.wpforms-field {
    clear: both !important;
}

Comments

Add a Comment