• Resolved JCarter718

    (@jcarter718)


    I’ve seen that others are having issues with disappearing sidebars after the upgrade to 2.9, I’m wondering if there are any solutions to the problem out there. I’ve already deactivated and reactivated all of my plugins one-by-one, with no luck.

    Thanks in advance for your help!!

    https://www.first-bite.com

Viewing 5 replies - 1 through 5 (of 5 total)
  • Can’t seem to reach your site at all right now!

    Thread Starter JCarter718

    (@jcarter718)

    Well fabulous. I’m not having any trouble getting there though, have tried from multiple computers now…??

    Got it now but is was definitely MIA a few hours ago (I’m in the UK, if that helps at all).

    It’s a CSS issue. Your sidebar is there but it’s being pushed off the page to the right. Try editing layout.css and changing:

    #content {
    float:left;
    padding:0.5em 0;
    width:100%;
    }

    to

    #content {
    float:left;
    margin-right:200px;
    padding:0.5em 0;
    width:50%;
    }
    Thread Starter JCarter718

    (@jcarter718)

    Ok I’ve got the right sidebar up, but it is squishing my main column text. I also have a left sidebar I need to get back. What exactly am I doing when I change the ‘margin-right’ and ‘width’ in the code there? Can I do the same thing to get my other sidebar but with ‘margin-left’? Thanks!

    Thread Starter JCarter718

    (@jcarter718)

    I finally solved the problem by tweaking the above code to

    #content {
    float:left;
    margin-right:0px;
    padding:0.5em 0;
    width:100%;
    
    }

    Thanks for the help!

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Disappearing sidebar w/ 2.9 upgrade–Fixes??’ is closed to new replies.