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 it possible to add a solid separating vertical line between a pages content and the side widgets?
Hi 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.