Re: increase footer height on customer page
For default skin you should increase in the file skin1/main.css:
- bottom padding of #content-container (line 288 or so)
- height of the footer (#footer ~ line 333)
and possibly height of the #footer .subbox (~ line 533)
Note If you have users online module enabled there is a separate footer class for it (and also error page and for Fast Lane Checkout page have their own classes)
|