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)
-   -   Logo is left aligned in FF and Chrome but NOT IE.....Need help please (https://forum.x-cart.com/showthread.php?t=58508)

123computerbooks 03-17-2011 07:43 AM

Logo is left aligned in FF and Chrome but NOT IE.....Need help please
 
http://www.discountbubblemailers.com/home.php


In IE the logo is centered but not in FF or Chrome.


Here is what is my main.css

#header .line1 .logo a img {
width: 456px;
height: 50px;

}

cflsystems 03-17-2011 02:01 PM

Re: Logo is left aligned in FF and Chrome but NOT IE.....Need help please
 
Try to add

text-align: left;

to the #header .line1 class

123computerbooks 03-17-2011 02:07 PM

Re: Logo is left aligned in FF and Chrome but NOT IE.....Need help please
 
Quote:

Originally Posted by cflsystems
Try to add

text-align: left;

to the #header .line1 class



LIFESAVER!!!!!!!!!!!!

I was adding it to the other classes THANK YOU

cflsystems 03-17-2011 02:10 PM

Re: Logo is left aligned in FF and Chrome but NOT IE.....Need help please
 
It does work on my IE8 when I put it in for your site. You may need to run cleanup.php. Make sure the alignment is actually applied to this class, look at the it in Firebug or MS Developer Tools

123computerbooks 03-17-2011 02:12 PM

Re: Logo is left aligned in FF and Chrome but NOT IE.....Need help please
 
Quote:

Originally Posted by cflsystems
It does work on my IE8 when I put it in for your site. You may need to run cleanup.php. Make sure the alignment is actually applied to this class, look at the it in Firebug or MS Developer Tools


Yup thank you man I just fixed it with your advice. Much appreciated


All times are GMT -8. The time now is 01:53 AM.

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