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…