Change the height of boxed layout
Hi,
I know the code to change the width of boxed layout which is,
body.responsive #page-wrapper {
max-width: 960px !important;
}
How do I change the height of boxed layout?
Thanks,
O
This is our free support forum. Replies can take several days.
Need fast email support? Get SiteOrigin Premium
Replies
4Hi Style Anywhere
The height of the boxed layout isn’t explicitly set and is governed by your content. If you wanted to, you could set it in Custom CSS using:
/* Boxed Layout */ #page-wrapper { height: 800px; }Hi Andrew,
Thanks for the reply. How can I change the height of the top and bottom area ( black background ) in my website http://www.philipdevera.co.uk
In addition to my reply above, basically it is the space above and below the boxed area.
Thanks again.
Please try the following, make adjustments and see if that’s what you’re after:
/* Vantage Boxed Layout - Page Wrapper */ body.responsive.layout-boxed #page-wrapper { margin-top: 0px; margin-bottom: 0px; }We have a Custom CSS tutorial up if you’re keen: https://siteorigin.com/basics/modifying-theme-design-with-custom-css/
Replies on this thread are closed.
Please create a new thread if you have a question, or purchase a SiteOrigin Premium license if you need one-on-one email support.