The footer in my Magento shopping cart page is misaligned. The footer for all the other pages are okay.

The shopping cart takes the one-column template. Other pages that use the one-column template are displaying properly.

Help me fix it.

link|improve this question

75% accept rate
this is a css issue most likely, to help you out you should present your store so we could actually see the DOM and CSS used – Anton S Dec 13 '10 at 8:34
It is here parisera.com – ekalaivan Dec 13 '10 at 8:46
feedback

2 Answers

up vote 1 down vote accepted

Another possible solution is to change .footer-container (line 1700) to:

.footer-container {
    border-top:0px solid #b6d1e2;
    margin: 0 auto;
    width: 1003px;
}
link|improve this answer
feedback

the footer div is outside the "page" div, in your 404, for example.
Anyway, removing float: left; of div id=footer_down_main solves your problem

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.