Hi, I'm not a php expert. What is the best way to move the sidebar to the right? http://www.find-seo-advice.com/2009/02/14/cheap-car-insurance-mistakes/ Thanks
open the style.css, find #content { float:right; padding-right:5px; width:548px; } and change to #content { float:left; padding-left:10px; width:548px; } then find #sidebar { float:left; padding-left:5px; width:180px; } and change to #sidebar { float:right; padding-right:5px; width:180px; }