Home>Support>Make my home page a different width to rest of blog pages

Make my home page a different width to rest of blog pages

Notice: This thread is over two years old; the information may be outdated. Please consider creating a new thread if you require free support. If you have an active SiteOrigin Premium license, you can email our premium support desk at [email protected].

/* Vantage full width change main container width */

body.responsive.layout-full #page-wrapper #main .full-container {
max-width: 900px !important;
}

I use the above code to set the width of my blog pages, but I really want to make my home page ONLY a different width to the rest at 1500px – is there anyway to say “”if-home – make it 1500px””?

This is our free support forum. Replies can take several days. If you need fast email support, please purchase a SiteOrigin Premium license.

  1. 8 years, 8 months ago Alex S
    Hi, I Work Here

    Handled via Premium support.

    Hi Emily,

    Please navigate to WP AdminAppearanceCustom CSS and replace the CSS you referenced with the following CSS:

    #main .full-container {
    	max-width: 900px !important;
    }
    
    .home #main .full-container {
    	max-width: 1500px !important;
    }
    

    You might also need to install the SiteOrigin CSS Editor.

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