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)
-   -   Blocked from View: Continue Shopping and Checkout Buttons (https://forum.x-cart.com/showthread.php?t=45482)

rageon75 02-10-2009 07:11 PM

Blocked from View: Continue Shopping and Checkout Buttons
 
Hello everybody, I have a quick question that I know someone can answer. I changed the default logo to a larger store logo. Because the logo was larger I had to move the header rows down in CSS. Everything looked good. I was checking all the pages to see if everything was ok and noticed that inside the shopping cart the header rows where blocking the Continue Shopping and Checkout buttons. Where do I go in the CSS to bring down the buttons? I am new to CSS and am learning. Thanking everybody in advance for their time and effort.

Here is the link: shopping cart please add a product and proceed to checkout to see what I'm talking about.

cflsystems 02-10-2009 07:16 PM

Re: Blocked from View: Continue Shopping and Checkout Buttons
 
You are using Fast Lane Checkout (FLC). It has its own css
Look in /modules/Fast_Lane_Checkout

rageon75 02-10-2009 08:06 PM

Re: Blocked from View: Continue Shopping and Checkout Buttons
 
Thanks for your reply. I went to that css file and changed the line-height: from 29px to 60px; but only the text moved. The button graphics did not. What part of the css do I also change to make the button graphics move? Thanks again.

Here is the part of the css I changed:

background: transparent url(../../images/but_flc_left.png) no-repeat;
line-height: 60px;
color: #111d4d;
font-weight: bold;
font-size: 11px;
}

/*
big main with arrow button
*/
div.flc-3-button {
background: transparent url(../../images/but_flc_arrow_right.png) no-repeat right top;
padding-right: 30px;
}
div.flc-3-button div,
div.flc-3-button a:link,
div.flc-3-button a:visited,
div.flc-3-button a:hover,
div.flc-3-button a:active
{
background: transparent url(../../images/but_flc_main_left.png) no-repeat;
line-height: 60px;
color: #510000;
font-weight: bold;
font-size: 11px;

cflsystems 02-11-2009 04:10 AM

Re: Blocked from View: Continue Shopping and Checkout Buttons
 
When you change the class to extend the header down did you also change the class for the main area (the area between the header and the footer)? That is probably your problem - the margin/padding for the content-container

Yurij 02-11-2009 05:24 AM

Re: Blocked from View: Continue Shopping and Checkout Buttons
 
Code:

#content-container, body.error-page  #content-container, body.flc-container #content-container{margin-top:100px;}

Set the header height you need instead of "100" and insert this line in the end of your skin1/main.css.

It is not necessary to edit css file for Fast Lane checkout since this rules more specific and will override specified

there values.


All times are GMT -8. The time now is 07:24 PM.

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