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.