Home>Support>Max Page Width

Max Page Width

By amazing2061, 7 years ago. Last reply by Alex S, 7 years ago.

I searched support and the answers to my question did not work. Maybe because the code changed and some answers were from 2 to 3 years ago. I just want to set my North theme to a max page width (boxed layout) of 1280px. I also need it to be full-width when viewed on mobile. Thank you.

This is our free support forum. Replies can take several days. If you need fast email support, please purchase a SiteOrigin Premium license.

  1. 7 years, 5 months ago Alex S
    Hi, I Work Here

    Hi Amazing,

    The answers you’re seeing would likely be for Vantage which has a slightly different structure.

    You can change this with some custom CSS. If you navigate to AppearanceCustom CSS, you’ll get our custom CSS editor. Please add the following CSS:

    body.responsive .container {
    	max-width: 1280px;
    }
    
    @media (max-width: 600px) {
    	body.responsive .container {
    		padding: 0;
    	}
    }
    

    How does that look?

    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.

Get The Most Out of SiteOrigin with SiteOrigin Premium

Find Out More