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)
-   -   Header Size (https://forum.x-cart.com/showthread.php?t=46803)

a1deano 04-07-2009 12:39 AM

Header Size
 
Hi could anyone help please iam working on a new site for my mom v4.2 using the free skin
artist tunes - water color, what she'd like me to do if poss is decrease the header size.
I just can't seem to find a setting that would allow me to do this, could anyone help please.
Ive attached a pic to show what i mean.

Thanks to all

balinor 04-07-2009 04:02 AM

Re: Header Size
 
Have you looked at the classes in your CSS files? Use Firebug to determine which is which.

a1deano 04-08-2009 01:25 PM

Re: Header Size
 
Hi Balinor

Have to admit ive never heard of firebug or how to use it, i will go through the class carefully to see if i can work it out - many thanks

balinor 04-08-2009 01:28 PM

Re: Header Size
 
Can't really do CSS without it:

https://addons.mozilla.org/firefox/addon/1843

ARW VISIONS 04-08-2009 03:24 PM

Re: Header Size
 
main.css

#header {
height: 140px;
position: absolute;
top: 0;
left: 0;
width: 100%;
}

you will also have to play with the margin height here.

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

ARW VISIONS 04-08-2009 03:25 PM

Re: Header Size
 
mayalso need to cahnge this one.

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


All times are GMT -8. The time now is 12:22 AM.

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