Notice: This thread is over two years old; the information may be outdated. Please consider creating a new thread if you require free support. If you have an active SiteOrigin Premium license, you can email our premium support desk at [email protected].
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!
Hi :) You can try something like this:
.site-header .full-container { max-width: 1920px !important; }Hope that helps.