Origami Premium – full width
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.
Need fast email support? Get SiteOrigin Premium
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.
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.
Need fast email support? Get SiteOrigin Premium
Have a different question or issue?
Start New Thread
Replies
5Hi 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.
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.
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; }Thanks. That worked nicely.
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.