View Single Post
  #2  
Old 11-29-2011, 11:45 AM
  CottonAge.com's Avatar 
CottonAge.com CottonAge.com is offline
 

eXpert
  
Join Date: Jan 2008
Location: Orange County, California
Posts: 244
 

Default Re: One page checkout and View Cart Page being covered by Header

Using Firebug to edit the css
Your shopping cart div can be moved down by editing div.checkout-container h1 and you can add margin-top: margin-top: 99px;
skin/common_files/css/main.css
Code:
div.checkout-container h1 { font-size: 32px; margin-top: 99px; }

Try to crop the logo width - Right now it is 900px
__________________
CottonAge.com - v4.4.4 - Gold
Mirko.com - v4.1.12 - Gold

We sell Bathrobes, Slippers, Towels & more at wholesale prices...
Reply With Quote