How do I fix Sidebar position?
-
I’m using the Weaver 2010 theme and WordPress 3.2.1
I want to have the sidebar in a fixed position, so regardless of what page you visit, no matter how much content is on the page, the sidebar with the primary and secondary widget areas will stay in the top right corner of the content area.
Currently, it works only on the home page but it changes as you go through other pages.
Check it out at https://www.ramblingirish.com
Flick through some of the test posts and see how it moves to the bottom.
On old Safari browser, it disappears under the header.Currently the code in the stylesheet is:
#primary, #secondary { float: right; position:relative; top:-500px; }
I know this isn’t right, how do I solve this issue? Please help!
Viewing 2 replies - 1 through 2 (of 2 total)
Viewing 2 replies - 1 through 2 (of 2 total)
- The topic ‘How do I fix Sidebar position?’ is closed to new replies.