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 Logo for Neon light music. (https://forum.x-cart.com/showthread.php?t=52951)

tonycch 03-22-2010 10:09 PM

Header Logo for Neon light music.
 
1 Attachment(s)
I am on x cart 4.3.1 with Neon Lights Music.

I want to change xlogo to 444x120. So I change the following:

}
#header .line1 .logo {
padding-top: 0px;
margin-left: 45px;
width: 204px;
}
#header .line1 .logo a img {
width: 204px;
height: 25px;

to the following:

}
#header .line1 .logo {
padding-top: 0px;
margin-left: 0px;
width: 204px;
}
#header .line1 .logo a img {
width: 444px;
height: 132px;


The height of the background is 132. As you can see I can my logo to 132. Where do you change to have the xlogo fit. It's sitting too low. Please can someone help me.

Shamun 03-22-2010 10:52 PM

Re: Header Logo for Neon light music.
 
If you want to change the location, you can use either margin or padding depending on your want.

tonycch 03-22-2010 11:23 PM

Re: Header Logo for Neon light music.
 
I moved the left margin already to margin-left: 0px; already and that comes out fine. The padding is 0 right now

#header .line1 .logo {
padding-top: 0px;

What do I do?

Shamun 03-23-2010 01:38 AM

Re: Header Logo for Neon light music.
 
I don't have the luxury currently to test on my own machine.
Unless you can send me the URL so I can mess with it in firebug, all I can tell you is to use negative top margin to bump the logo up.


All times are GMT -8. The time now is 10:41 PM.

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