Sidebar
How can I adjust the width of the sidebar?
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 adjust the width of the sidebar?
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
1Hi Troy
It’s not a theme setting but you can try the following under Appearance > Custom CSS:
/* Vantage adjust column widths */ #primary { width: 71.287%; } #secondary { width: 23.762%; }Adjust the two width’s as required but don’t exceed the total that currently exists. So whatever you add to the sidebar, #secondary, you need to subtract from the main column, #primary.
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.