• Resolved raduletzgo

    (@raduletzgo)


    Hi guys,
    I have added a scond dynamic sidebar to my blog. I want to use that one for widgets and maybe for the stickies. So I have added a sidebar2.php file to my theme and everything should be working, well kind of.

    How do I get the second sidebar to move to the left side?
    I know I have to do in style.css.

    As you can see on my blog there is a sidebar on the right and the second is somewhere in the middle.

    How do I move it (the one in the middle) to look like the sidebar on the right? I am only talking about the position here. I have tried

    #sidebar2 {
    float:right;
    width:200px;
    }

    but it did not work.

Viewing 1 replies (of 1 total)
  • Thread Starter raduletzgo

    (@raduletzgo)

    I am sorry 4 I am a n00b!
    My first idea was to use that damn minus, but I did not use it and wasted a lot of time instead.

    #sidebar2 {
    margin-left: -250px;
    width: 200px;
    }

    This worked for me. Sorry for spamming.

Viewing 1 replies (of 1 total)
  • The topic ‘how to move second (widgetized) sidebar to the left side of the page?’ is closed to new replies.