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].
Is there any way to customize the Side Bar – make a line between page info and sidebar or make it stand out some way?

Hi Julie
Try this under Appearance > Custom CSS in Vantage Premium or in a Custom CSS plugin if you’re using Vantage Free:
/* Sidebar */#secondary { border-left: 1px solid #CCC;padding-left: 15px; }Adjust the color and padding as required.
Thank you!
Sure, glad we could help.