| ||||||||||
Shopping cart software Solutions for online shops and malls | ||||||||||
|
X-Cart Home | FAQ | Forum rules | Calendar | User manuals | Login |
Blocked from View: Continue Shopping and Checkout Buttons | |||
|
|
Thread Tools | Search this Thread |
#1
|
|||||||
|
|||||||
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.
__________________
X-Cart Gold 4.2 - 4.3 - 4.4.5 - 4.6 - 4.7 |
|||||||
#2
|
|||||||||
|
|||||||||
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
__________________
Steve Stoyanov CFLSystems.com Web Development |
|||||||||
#3
|
|||||||
|
|||||||
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;
__________________
X-Cart Gold 4.2 - 4.3 - 4.4.5 - 4.6 - 4.7 |
|||||||
#4
|
|||||||||
|
|||||||||
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
__________________
Steve Stoyanov CFLSystems.com Web Development |
|||||||||
#5
|
|||||||||
|
|||||||||
Re: Blocked from View: Continue Shopping and Checkout Buttons
Code:
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. |
|||||||||
|
|||
X-Cart forums © 2001-2020
|