Left Sidebar Links Don’t Work

  • I am working on the Custom CSS for this blog:

    pulpnoir.wordpress.com

    Left sidebar links aren’t clickable. Right sidebar works just fine, but left doesn’t – why?!

    Please help, I am SO stressed out and frustrated about this!

    Grrrr…

    Thank you for your help!

  • I can’t see a left sidebar?

  • I fixed it. Or rather, my husband helped me fix it.

    What I had to fix was as follows:

    #wrapper #container .sidebar {
    position: relative; <——I had to add that
    float: left;
    margin: 60px 0 5em;
    width: 208px;
    z-index: 2;
    }

    .sidebar ul <—– I also had to add this new class declaration
    {
    z-index: 3;
    }

    After I added those two items, the sidebar was clickable.

    universalgeni : It’s not my blog, the address in the question (pulpnoir.wordpress.com) was the one I was describing as having issues. :)

  • The topic ‘Left Sidebar Links Don’t Work’ is closed to new replies.