I’m trying to make the contents of my right sidebar sticky.
the name of the element is <!–
#sidebar.sidebar-right
I am trying to use this code in my custom css
.sidebar-right {
position: fixed;
}
It is making the contents of the bar sticky, but is moving them to a different location on the page.
Image 1 is the bar in the default and correct location.
Image 2 is the bar in the wrong location (look in the text on the left), but is sticky.
Also, I use the Custom Sidebars plugin to give myself page specific sidebars. There are not any options in the widget itself to change.
Attachments:
You must be
logged in to view attached files.