Is it possible…
Is it possible to add a solid separating vertical line between a pages content and the side widgets?
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.
Is it possible to add a solid separating vertical line between a pages content and the side widgets?
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 Richard. Try the following under Appearance > Custom CSS:
/* Sidebar Border */ #secondary { border-left: 1px solid #CCC; padding-left: 23px; }Adjusting #CCC will change the border color. Adjusting padding-left will adjust the border position.
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.