Viewing 1 replies (of 1 total)
  • Theme Author tbcrew

    (@tbcrew)

    Hi Tomas,
    if you mean you want the sidebar fixed and not scrolling with the page (as it does now), just go to Appearance -> Theme Options and in custom CSS code (Style tab), add:

    #menu {
        position: fixed;
        right: 0;
    }

    Let me know if this fit your needs.
    Cheers
    ilmaren

Viewing 1 replies (of 1 total)
  • The topic ‘Sidebar not fixed’ is closed to new replies.