View Single Post
  #5 (permalink)  
Old 12-20-2006, 09:50 AM
unu unu is offline
Casual Pligger
 
Join Date: Nov 2006
Posts: 54
Thanks: 1
Thanked 25 Times in 9 Posts
if you want to move the sidebar from the left to the right, put this at the end of the main.css file:

#sidebar{
float:right;
}

#main{
padding:35px 218px 0px 16px;
}
Reply With Quote
The Following User Says Thank You to unu For This Useful Post: