Expanding masthead width
I was able to increase the fixed width of my homepage with the following code.
/* Vantage full width change main container width */
body.responsive.layout-full #page-wrapper #main .full-container {
max-width: 1600px !important;
}Now I would like to get the masthead are the same width. With the logo farther left and the widget farther right.
Site is http://transgenderresources.com so you can see how it is now.
Great theme. I love it. thank you.
This is our free support forum. Replies can take several days.
Need fast email support? Get SiteOrigin Premium
Replies
3Hi
Glad to hear Vantage is working out.
You might consider replacing your Custom CSS with the following. It should cover the whole site and not just the central content area:
/* Vantage Full Width Layout - Responsive On - Site Width Control */ body.responsive.layout-full #page-wrapper .full-container { max-width: 1600px; margin-left: auto; margin-right: auto; }That did it. Thank you for the amazing support, took less than 5 minutes to get an answer.
Super, really glad that helped.
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.