• My template has the sidebar on the right side. I want to move it to the left side but I can’t find where to do it. I’ve looked in all the theme files for it. I have also replaced every word “Right” with “Left” in the style sheet trying to zero in on it. No worky! lol. I have also looked at the theme/header.php, index.php, footer.php, page.php, sidebar.php and can’t find it. How the hell is this telling the sidebar to be on the right side?

    Any help is really appreciated.

    Michael

Viewing 1 replies (of 1 total)
  • It depends on how it is set up. My two column theme had a main content div that was floated right, and a sidebar div that was floated left. To swap them, all I had to do was reverse the float. If you run Firefox you can add a plugin called Firebug that will help you inspect the CSS and the HTML. Float is a CSS property that is applied to div blocks. It is set in the stylesheet.

Viewing 1 replies (of 1 total)
  • The topic ‘I think this is an easy one… I hope… Changing Sidebar Position’ is closed to new replies.