This thread is over two years old and may be outdated. Please create a new thread if you need help, or email us if you have an active Premium license.

Change the height of boxed layout

Open 4 replies themetheme-vantage
11 years ago · Last reply by Andrew Misplon 11 years ago

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

4
  1. Andrew Misplon Staff 11 years, 3 months ago

    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;
    }
    • Style Anywhere 11 years, 3 months ago

      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

    • Style Anywhere 11 years, 3 months ago

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

      Thanks again.

  2. Andrew Misplon Staff 11 years, 3 months ago

    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.

Have a different question or issue?

Start New Thread