• I want to fix ONE sidebar, the left one. How is this possible? I’ve tried all sorts of things. Right now it’s disappeared. I’ve succeeded in fixing the sidebar (and the static tabbed sidebar within it), but then it’s moved to the middle of the page. I need it on the SIDE, obviously.

    By this point after trying all different things I restored the original stylesheet and this is the only edit I’ve made so far:

    #sidebar-container {
    /*	display: inline-block;*/
    /*	margin-top: 15px;*/
    /*	position: relative;*/
    position: fixed;
    display: block;
    left: 0px; top: 0px;
    height: 100%;
    z-index:99999;
    }

    But the sidebar won’t appear anywhere now, I can’t even find it using my web developer toolbar in Firefox… I don’t know where it could have gone… How can I solve this? All I want is it to be friggen fixed in place. Please help.

    URL: dmhi.site90.com

Viewing 2 replies - 1 through 2 (of 2 total)
  • Add this to Back-end → Custom Includes → Custom Styles:

    #sidebar-container.sidebar-container-left { margin-left: 0; }

    Hi,

    I have been having problem with my site.
    All sidebars are showing at the bottom of the page.
    The only page that shows corrrectly is the one set as the front page.

    I have tried to figure out how to solve this but there s no way.

    Is there any style.css editing to take into account.
    From the theme option page I have not found how to solve this.

    Thanks,

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Suffusion theme – FIXED SIDEBAR’ is closed to new replies.