View Single Post
  #11  
Old 12-31-2009, 10:02 AM
 
imageizeverything imageizeverything is offline
 

eXpert
  
Join Date: Mar 2005
Location: Manhattan, New York City
Posts: 250
 

Thumbs up Re: How do i resize the Logo on Checkout page - using vivid_dreams_lotus theme

I found the Solution and Fixed it. This is what I did:

a) I added a new logo class name .logo2 to the altskin.css file. It has it's own settings.

#header .logo2 a img {
width: 137px;
height: 87px;
padding-top: 5px;
margin-left: 20px;
}

b) I then edit the line in the file modules/Fast_Lane_Checkout/head.tpl that reference the checkout logo, and changed the class to .logo2

<div class="logo2"><a href="{$catalogs.customer}/home.php"><img src="{$ImagesDir}/vivid_dreams/logo_check.gif" alt="" /></a></div>

* And it's working like a Charm.
__________________
Using
*Upgrading Dev Copy of 4.4.3 to 4.6.3 (currently at 4.5.4)
X-Cart Gold Version 4.6.3 (Fresh Install)
X-Cart Gold Version 4.4.4
X-Cart Gold Version 4.4.3
Godaddy Shared Linux Hosting
PHP 5.3.24
MySQL server 5.5.33-log
MySQL client 5.5.19
-----------------------------------------------
Reply With Quote