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)
-   -   header display in home.php vs cart.php (https://forum.x-cart.com/showthread.php?t=49856)

TheBlueOwl 09-23-2009 09:13 PM

header display in home.php vs cart.php
 
Here is my problem. I'm editing x-cart to match my current site. The home.php page looks the same but as soon as a product is added to the cart on the cart.php page the "Continue Shopping" and "Checkout" buttons in the center/center-main div cover the bottom half of my header. I have tried many things to fix this in the main.css but it adversley affects my home.php page. What am I missing as far as spacing/margin that would fix this. I'm sure it is probably something simple.

My site is www.theblueowlgiftshop.com.

cflsystems 09-24-2009 05:03 AM

Re: header display in home.php vs cart.php
 
You are using Fast Lane Checkout. It has its own home.php and css files.
skin1/modules/Fast_Lane_Checkout

TheBlueOwl 09-24-2009 10:13 AM

Re: header display in home.php vs cart.php
 
I knew it had to be something simple, Thanks Steve. I edited the following in skin1/main.css and that fixed the problem.

Code:

.flc-container #content-container {
  margin-top: 235px;
}



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

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