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.

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

Resolved 1 reply questionthemetheme-vantage
9 years ago · Last reply by Alex S 9 years ago

/* 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.

Need fast email support? Get SiteOrigin Premium

Replies

1
  1. Alex S Staff 9 years, 4 months ago

    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.

Have a different question or issue?

Start New Thread