Skip to main content

Change width of form area

Hello,

How is it possible to change the width of the generic form area? I've tried to change the pixel width of the table on the template code, but I had no luck.

See my problem here: http://www.backbob.org/

I want the grey to be as wide as the green above.

Thanks for any help!

Official response from

You can use the form_wrap class to change the width of the form background color. So for example, you could add the following to your theme.scss file to change all the form background widths to 610px:

.form_wrap { width: 610px; }

If you only want the change to appear on that particular page, insert this style only into the template of that page.

To change the width of the form itself, add the following to your theme.scss file (or to the page template, depending on where you want this change):

.one_column .form { width: 600px; }

Share this post

Showing 2 reactions

How would you tag this suggestion?
Please check your e-mail for a link to activate your account.