• Resolved CJHA

    (@cjha)


    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)
  • Thread Starter CJHA

    (@cjha)

    Anybody out there? ??

    I’m really crap at CSS, any help would be greatly appreciated.
    Is this the right part of the code to be changing or do I need to change code in the sidebar.php file?

    I think I need to do something with absolute positioning and margins but I don’t know what….

    Can anybody tell me??

    I was surching for some help involving your problem and i found this, How to “Fix” sidebar…, i remembered how no one gave you help so i decided to see if u still care

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How do I fix Sidebar position?’ is closed to new replies.