X-Cart: shopping cart software

X-Cart forums (https://forum.x-cart.com/index.php)
-   Changing design (https://forum.x-cart.com/forumdisplay.php?f=51)
-   -   Logo at checkout doesn't shown with its size (https://forum.x-cart.com/showthread.php?t=61814)

Aristos 11-28-2011 01:42 PM

Logo at checkout doesn't shown with its size
 
Hello all and sorry for bothering ,

Once the logo at the checkout pages was the default-logo of vividdreams-aquamarine, I uploaded our company logo and changed the logo name at the needed files like
/vivid_dreams_aquamarine/modules/One_Page_Checkout/head.tpl
/vivid_dreams_aquamarine/customer/head.tpl
/vivid_dreams_aquamarine/modules/Fast_Lane_Checkout/head.tpl

However, the default-logo had the size 354x54.
Our company logo has the size 272 x 100.

The problem is that the logo is shown bigger as it actually is and it is causing load-delay.

Could anybody tell me where I have to change the size?
I searched through several files like css/main.css etc.

It would be nice if somebody could help.

Regards,
Aristos

CottonAge.com 11-28-2011 02:24 PM

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

Aristos 11-29-2011 04:49 PM

Re: Logo at checkout doesn't shown with its size
 
Dear @CottonAge.com

This also changes the size of the logo at all other pages.
All other pages have a bigger header, and the logo looks very small on that pages. I guess, maybe the header size has to be changed at the checkout pages. What is your opinion?


All times are GMT -8. The time now is 01:29 AM.

Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2025, Jelsoft Enterprises Ltd.