![]() |
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. |
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 |
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; |
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
|
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.