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)
-   -   increase banner space in head (https://forum.x-cart.com/showthread.php?t=45079)

maxxx 01-26-2009 06:24 AM

increase banner space in head
 
how/where to move the orange line down, so you can see the whole banner in head?
check for demo:
http://maxximum-nutrition.com

balinor 01-26-2009 06:26 AM

Re: increase banner space in head
 
You'd need to adjust the height of that class in your master stylesheet. Are you familiar with CSS?

Moving to Template Editing.

Victor D 01-26-2009 07:05 AM

Re: increase banner space in head
 
skin1/main.css
find
Code:

#header .line1 {
direction:ltr;
height:67px;
position:relative;
}


and change height value to 105px;

then find in the same file
Code:

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




and change margin-top value to 160px;

gotpump 01-27-2009 07:53 PM

Re: increase banner space in head
 
May I ask how did you remove the space between your categories and the orange bar at the top?

ARW VISIONS 01-27-2009 08:00 PM

Re: increase banner space in head
 
looks like they ahve removed the printable row in head.tpl

Victor D 01-28-2009 12:17 AM

Re: increase banner space in head
 
Quote:

Originally Posted by gotpump
May I ask how did you remove the space between your categories and the orange bar at the top?

Right solution is to move the third line of the header to the main content part. (From customer/head.tpl to customer/home.tpl)

On this site the header height was increased to decrease this space. Since the header has absolute position breadcrumbs become unclickable now.

JWait 01-28-2009 05:40 AM

Re: increase banner space in head
 
I ran into a problem when trying to adjust the height of the header in 4.2 and thought you might want to be aware of it. In skin1/customer/home.tpl there is an include for "customer/noscript.tpl" which is the warning for customers that do not have JavaScript enabled. It seems that it will interfere with the bread-crumb trail and make it "unclickable". It took me a long time to figure this one out since if JavaScript is enabled it is "invisible". Anyway, I moved the include and it works fine now.

ARW VISIONS 01-28-2009 07:44 AM

Re: increase banner space in head
 
I think IM just skipping 4.2 all together.

JWait 01-28-2009 12:45 PM

Re: increase banner space in head
 
I just hope in the next release that they get rid of the templates that are no longer used. I can't count the amount of time I've spent modifying a template only to find it is no longer used for anything.


All times are GMT -8. The time now is 07:20 PM.

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