View Single Post
  #4 (permalink)  
Old 11-14-2006, 06:56 PM
futurepioneer futurepioneer is offline
Pligg Donor
 
Join Date: Jan 2006
Location: Knoxville, TN
Posts: 31
Thanks: 6
Thanked 10 Times in 6 Posts
Send a message via MSN to futurepioneer
Change these two line in main.css

#contentbox {margin:0 240px 0 25px}
#sidebar {position:absolute;top:0;left:auto;right:25px;widt h:200px;}

To this:

#contentbox {margin:0 25px 0 240px}
#sidebar {position:absolute;top:0;left:25px;right:auto;widt h:200px;}

And that will move the right 'sidebar' to the left and put the content on the right
Reply With Quote