Thread: My blog
View Single Post
  #12 (permalink)  
Old 05-02-2008, 09:35 AM
joen05's Avatar
joen05 joen05 is offline
Recent Blog: Awesome Batman Spoof
Established
 
Join Date: Aug 2007
Location: Boston, MA
Posts: 90
joen05 will become famous soon enough
Default

Hey Phil,

Not to great with it myself, but from what I know, your stylesheet should load from left to right.

Try finding somewhere in your theme where it says:

<div id="sidebar1"> ~~~~ all the stuff in that sidebar ~~~~ </div>

and moving it after the main part of your page, ie. the content.

I think that might look something like...

<div id="content"> ~~~~~~ </div>

Your second sidebar (on the right) should be right after the content section, so you can grab your first sidebar, and place it before your second sidebar in your index.php file. I may be wrong, but I think that's what you need to do if you want to do that. Like I said, just a suggestion though! :-) Keep up the hard work!
Reply With Quote