Home>Support>Change the height of boxed layout

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. If you need fast email support, please purchase a SiteOrigin Premium license.

  1. 9 years, 10 months ago Andrew Misplon
    Hi, I Work Here

    Hi 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;
    }
    
    • 9 years, 10 months ago Style Anywhere

      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

    • 9 years, 10 months ago Style Anywhere

      In addition to my reply above, basically it is the space above and below the boxed area.

      Thanks again.

  2. 9 years, 10 months ago Andrew Misplon
    Hi, I Work Here

    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.

Get The Most Out of SiteOrigin with SiteOrigin Premium

Find Out More