Here’s a quick tip for adding a dividing line between the Extra Theme sidebar and it’s content.
To do so, you can simply add the following CSS in the custom CSS box (Extra > Theme Options > General Settings > Custom CSS):
@media only screen and (min-width: 1025px) {
div.et_pb_extra_column_sidebar { border-left: 1px solid #ccc !important; }
}
NB: Just change #ccc to the HTML color code of your choice.
Hi
Extra theme can use sticky sidebar?
Hi Nino, there’s not built in feature for sticky sidebars, but you should be able to so using the Q2W3 Fixed Widget plugin. It adds an option to each sidebar widget to make it “Fixed” (i.e. sticky). Just tick that option on all your sidebar widgets and the whole sidebar should become sticky.
This post describes how to use it:
http://www.wpbeginner.com/plugins/how-to-create-a-sticky-floating-sidebar-widget-in-wordpress/
This one doesn’t work. Need help.
Never mind, I got it right now. Thank you!