View Single Post
  #1  
Old 08-25-2009, 01:39 PM
 
wsme123 wsme123 is offline
 

Member
  
Join Date: Apr 2009
Posts: 14
 

Default Editing Logo size in css stylesheet not working

Hi There

I purchased an new skin and have successfully implemented it for mu customer

I need some urgent help. I am trying to add a clients logo banner to their shopping cart.

The logo size is width="651" height="102". When I upload the image it resizes it to the original size.

I have edited the style sheet skin1/main.css with the correct width and height, please see below, but it still will not resize the image?

#header .line1 .logo {
margin-left: 27px;
width: 651px;
}
#header .line1 .logo a img {
width: 651px;
height: 102px;
}

Help....
__________________
LCCC-CGDU-CXZD-DWAL
Add-on: PayPal Pro
Add-on: NetRegistry
Reply With Quote