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)
-   -   One page checkout and View Cart Page being covered by Header (https://forum.x-cart.com/showthread.php?t=61830)

computerwiz 11-29-2011 10:59 AM

One page checkout and View Cart Page being covered by Header
 
I need help moving both containers down my header is covering up the checkout page and also the view cart page. I was able to do this in earlier x carts but im thinking they have moved the template around I am using lights and lucid template here is the site www.organicsafeshoppes.com

CottonAge.com 11-29-2011 11:45 AM

Re: One page checkout and View Cart Page being covered by Header
 
Using Firebug to edit the css
Your shopping cart div can be moved down by editing div.checkout-container h1 and you can add margin-top: margin-top: 99px;
skin/common_files/css/main.css
Code:

div.checkout-container h1 {
    font-size: 32px;
    margin-top: 99px;
}


Try to crop the logo width - Right now it is 900px

CottonAge.com 11-29-2011 11:58 AM

Re: One page checkout and View Cart Page being covered by Header
 
for the button
Code:

.checkout-buttons .checkout-1-button {
    float: right;
    margin-top: 98px;
}

.checkout-buttons .checkout-3-button, .checkout-buttons .checkout-2-button {
    float: right;
    margin-left: 20px;
    margin-top: 98px;
}


Seems to work :)


All times are GMT -8. The time now is 02:43 PM.

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