This thread is over two years old and may be outdated. Please create a new thread if you need help, or email us if you have an active Premium license.

Replies

1
  1. Alex S Staff 8 years, 9 months ago

    Hi Thom,

    This is kind of possible with CSS. To clarify, you’ll need to do a few things differently to do it (specifically, you’ll need to set a background color of the content area via CSS). Please navigate to WP AdminAppearanceCustomize, Theme SettingsLayout and set the Layout to Full Width. Now please navigate to AppearanceCustom CSS, you’ll get our custom CSS editor. Add the following CSS:

    #main.site-main {
    	max-width: 1080px;
    	width: auto;
    	overflow-x: hidden;
    	margin: 0 auto;
    }
    #page-wrapper {
    	background: #fff;
    }

    Adjust the background CSS to your desired background color. 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.

Have a different question or issue?

Start New Thread