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)
-   -   Change width, center site (https://forum.x-cart.com/showthread.php?t=49045)

Victor D 08-25-2009 06:55 AM

Re: Change width, center site
 
Yes, the method above is working for your site in IE7

possibly you also need add
body{text-align: center}
#page-container{text-align: left}

or you can just switch IE8 to IE7-compatible mode
replace in your customer/meta.tpl

<meta http-equiv="Content-Type" content="text/html; charset={$default_charset|default:"iso-8859-1"}" />

with

<meta http-equiv="X-UA-Compatible" content="IE=EmulateIE7" />
<meta http-equiv="Content-Type" content="text/html; charset={$default_charset|default:"iso-8859-1"}" />

yages 11-17-2009 03:28 PM

Re: Change width, center site
 
thanks, works now


All times are GMT -8. The time now is 05:30 PM.

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