View Single Post
  #2  
Old 11-28-2011, 02:24 PM
  CottonAge.com's Avatar 
CottonAge.com CottonAge.com is offline
 

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

Default Re: Logo at checkout doesn't shown with its size

you might wanna check skin/vivid_dreams_aquamarine/css/altskin.css and edit the size of #header .logo a img
Code:
#header .logo a img { height: 54px; width: 345px; }
change to
Code:
#header .logo a img { height: 100px; width: 272px; }
*You can always use Firebug to see which css file to edit
__________________
CottonAge.com - v4.4.4 - Gold
Mirko.com - v4.1.12 - Gold

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