I want to move the secondary sidebar to the left side of content and leave primary on the right side. site everydayblogtips.com style.css #container { width: 960px; margin: 0 auto; } #main { padding: 15px; background: #fff; } #main-fullwidth { padding: 15px; background: #fff; } #content { overflow: hidden; float: left; width: 460px; } #sidebar-primary { overflow: hidden; float: left; width: 280px; margin-left: 15px; } #sidebar-secondary { overflow: hidden; float: left; width: 160px; margin-left: 15px; }
No one knows? It's been a head ache trying to figure this out. If some one can help it would be greatly appreciated!
Chances are you can just move the php that calls the sidebar to another position in the template (i.e. before the post content bit). However, that might screw with floats and other stuff, which you'd need to fix.
I've killed a day trying to do this. A good link is here. But I finally ended up with migrating to two-sidebar responsive theme, where you can move sidebars just with your mouse without coding.