Thread: Head Logo
View Single Post
  #19  
Old 01-19-2009, 03:36 AM
  Victor D's Avatar 
Victor D Victor D is offline
 

X-Adept
  
Join Date: Aug 2008
Posts: 643
 

Default Re: Head Logo

Quote:
Originally Posted by HotrodOffroad
That is where I changed it... httpdocs/skin1/customer/head.tpl
But it made no difference.
<div class="line1">
<div class="logo"><a href="{$catalogs.customer}/home.php"><img src="{$ImagesDir}/GOLFTHEWORLDLOGO.GIF" width="350" height="67" alt="Golf The World" /></a></div>


It still shows up 244 wide x 67 in customer mode. Reguardless of monitor setup.

From your header layout I see that you have 4.2
In this version you should edit skin1/main.css
search for
Code:
#header .line1 .logo { margin-left: 27px; width: 244px; } #header .line1 .logo a img { width: 244px; height: 67px; }
and set your values there
Note that you have to set width twice
__________________
Regards,
Victor Dubiniuk

X-Cart Skins Store
- twenty two different skins for 4.1.x and 4.2.x;
- 4.3.x compatible versions are available;
- refresh you store now!

Smart menu X-Cart add-on for 4.1.8 - 4.3.x
Featured Products Slide Show X-Cart add-on for 4.1.8 - 4.3.x
Reply With Quote