View Single Post
  #6  
Old 09-29-2011, 04:23 AM
  cflsystems's Avatar 
cflsystems cflsystems is offline
 

Veteran
  
Join Date: Apr 2007
Posts: 14,201
 

Default Re: CSS Cart / Checkout Margin Problem

Change this
.fancycat-page-subskin-c #center-main {
margin-left: 250px;
}

to

.fancycat-page-subskin-c #center-main {
margin-left: 0;
}

Most likely in the fast lane css file
__________________
Steve Stoyanov
CFLSystems.com
Web Development
Reply With Quote