Make my home page a different width to rest of blog pages
/* 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
1Handled 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.