开发者

Magento cart page shifting content left in IE [closed]

This question is unlikely to help any future visitors; it is only relevant to a small geographic area, a specific moment in time, or an extraordinarily narrow situation that i开发者_如何学Gos not generally applicable to the worldwide audience of the internet. For help making this question more broadly applicable, visit the help center. Closed 10 years ago.

When someone using IE visits my sire and adds an item to the cart, they're taken to the cart page, all is well there.

But in IE, the cart content shifts all the way to the right for some reason, and I can't figure out why :-(

starnursery.com

In IE, if you add a product to the cart, you'll see what I mean.

Any suggestions on how I can fix this?

Thanks!!! Bill


This is a css problem. Your main column is set to be narrower than the content on the page and IE is centering the content as if it was that wide with the overflow to the right. Try adding this to your stylesheet:

.checkout-cart-index #content #midcol {width: 890px;}
0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜