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)
-   -   template editing (https://forum.x-cart.com/showthread.php?t=46910)

CTC 04-13-2009 12:44 AM

template editing
 
Hi Members, what file controls the top of the page where the image is on a fresh 4.2 install.

In both the customer page and the normal page.

It is auto sizing the image and I want the height to be the size of the image on both the admin and customer page.

thanks in advance.

CTC 04-13-2009 12:50 AM

Re: template editing
 
stop looking i found it

/head_admin.tpl

Sorted out the admin one but the main page is still shrinking the image. Which one controls the header?

balinor 04-13-2009 04:01 AM

Re: template editing
 
You need to use Webmaster Mode to tell you which template is which, and Firebug to tell you which classes are which.

CTC 04-13-2009 06:00 AM

Re: template editing
 
i use webmaster mode and click where the logo is and it refreshes the page.
I installed that firebug and that of no help either.

i can see that customer/head.tpl shows it pulling in the logo called xcart.gif but not quite clear in that template where it sizes it up.

balinor 04-13-2009 06:24 AM

Re: template editing
 
You don't click - you use the debug console and move your mouse around - it will highlight the template name, or vice versa.

buyfroma 04-14-2009 08:15 AM

Re: template editing
 
Did you check the skin1/main.css? If not look under "header styles"

minfinger 04-15-2009 06:59 PM

Re: template editing
 
Ok I'm having the same issue.

However after modding the main.css to fit the new size of my clients logo. It pushed the top Search/Advanced bar down into Categories and Your Cart menu.

Any help?

buyfroma 04-15-2009 07:36 PM

Re: template editing
 
just change the margin-top under content container... for example

#content-container {
clear: both;
float: left;
overflow: hidden;
position: relative;
width: 100%;
padding-bottom: 39px;
margin-top: 184px;


All times are GMT -8. The time now is 10:37 AM.

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