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)
-   -   Remove company logo from all pages (https://forum.x-cart.com/showthread.php?t=54292)

gezzam 06-22-2010 08:32 PM

Remove company logo from all pages
 
1 Attachment(s)
Good Afternoon,

How do I remove the white space where I removed the logo from all the pages

I removed the logo by editing the head.tpl file

See attached screenshot

URL is http://www.howcuteisthat.com.au/shop/

Thanks,

Gerald

ADDISON 06-23-2010 02:41 AM

Re: Remove company logo from all pages
 
use Firebug in Firefox to see what CSS is responsable for this.

Sisom 06-24-2010 12:47 PM

Re: Remove company logo from all pages
 
First of all, edit altskin.css, line 68

#header .line0 {
direction:ltr;
height:150px;
position:relative;


}

Change the height to something smaller, like 20px;

Then you need to change line 31
#content-container {
margin-top:150px;
padding-bottom:50px;


}

Change the 'margin-top' value to 20px, or whatever you made the height of
header .line0

I think that's all, I can't remember, but I had to do this myself last week for the first time.
But as am2003 says, use the Firebug add on in Firefox and it will really help to see what CSS you need to edit.


All times are GMT -8. The time now is 04:40 AM.

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