Hi, I have a custom sidebar applied to a series of pages that I’d like to have in fixed position.
You can see a page with it here: http://highresponsemarketing.com/newbie-guide/intro-to-selling-local-marketing/
The problem I’m having is I have only managed to make the text widget in the sidebar fixed, not the whole sidebar itself. This is fine unless I want to add more widgets to the sidebar, in which case they move while the fixed widget stays fixed.
The CSS I used is:
#text-7 {position: fixed}
Because text-7 is the name wordpress gave my widget. The ID of the sidebar is: ups-sidebar-guide-left-sidebar but unfortunately I can’t put that into the CSS because it doesn’t display the ID for some reason so I’m stuck.
Note: I do NOT want to make every sidebar fixed, just the custom one(s) I create. I simply need to keep an entire sidebar fixed and not just one widget inside. Any solution?