Home>Support>Origami Premium – full width

Origami Premium – full width

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].

How can I get Origami Premium to be full width? Or at least to have a background color of white?

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

  1. 10 years, 6 days ago Andrew Misplon
    Hi, I Work Here

    Hi EvilOverlord

    Try the following at Appearance > Custom CSS:

    /* Container Width and Padding */
    
    .container {
    max-width: 960px ;
    }
    

    Try changing 960px to 100% and see if that’s what you’re after.

    Go to Appearance > Customize to set things like the background color.

    Hope that helps.

  2. 10 years, 6 days ago EvilOverlord

    Thanks.It’s a big step forward, but there’s still a margin around the site (see http://50.87.248.207/~metaphp8/)

    This would work fine if I could reset the background color.

    I’ve tried Appearance|Customize|Colors and |Page container, setting all backgrounds and borders to white. I’ve also tried using the SiteOrigin CSS editor, but can’t seem to select an item that covers the entire greyish background of the page.

  3. 10 years, 6 days ago Andrew Misplon
    Hi, I Work Here

    Sure.

    The grey background is at Appearance > Customize > Background Image. You can remove it from that section.

    To remove the gap, try adding:

    #page-container {
      margin: 0;
    }
    
    .container {
      padding: 0;
    }
    
  4. 10 years, 6 days ago EvilOverlord

    Thanks. That worked nicely.

  5. 10 years, 6 days ago Andrew Misplon
    Hi, I Work Here

    For sure :) Glad we could help.

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