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

5
  1. Andrew Misplon Staff 10 years, 7 months ago

    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. EvilOverlord 10 years, 7 months ago

    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. Andrew Misplon Staff 10 years, 7 months ago

    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. EvilOverlord 10 years, 7 months ago

    Thanks. That worked nicely.

  5. Andrew Misplon Staff 10 years, 7 months ago

    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.

Have a different question or issue?

Start New Thread