Changing Header Width
I changed the size of my site using the following code:
/* Vantage Full Width Layout - Adjust Site Width */
body.responsive.layout-full #page-wrapper .full-container {
max-width: 1920px;
}
I would like to change my header width as well. What CSS should I be using? Thanks!
This is our free support forum. Replies can take several days.
Need fast email support? Get SiteOrigin Premium
Replies
1Hi :) You can try something like this:
.site-header .full-container { max-width: 1920px !important; }Hope that helps.
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.