Follow us on Twitter X-Cart on Facebook Wiki
Shopping cart software Solutions for online shops and malls
 

Blocked from View: Continue Shopping and Checkout Buttons

 
Reply
   X-Cart forums > X-Cart 4 > Dev Questions > Changing design
 
Thread Tools Search this Thread
  #1  
Old 02-10-2009, 07:11 PM
 
rageon75 rageon75 is offline
 

Senior Member
  
Join Date: Feb 2009
Posts: 108
 

Arrow 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
Reply With Quote
  #2  
Old 02-10-2009, 07:16 PM
  cflsystems's Avatar 
cflsystems cflsystems is offline
 

Veteran
  
Join Date: Apr 2007
Posts: 14,190
 

Default 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
Reply With Quote
  #3  
Old 02-10-2009, 08:06 PM
 
rageon75 rageon75 is offline
 

Senior Member
  
Join Date: Feb 2009
Posts: 108
 

Default 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
Reply With Quote
  #4  
Old 02-11-2009, 04:10 AM
  cflsystems's Avatar 
cflsystems cflsystems is offline
 

Veteran
  
Join Date: Apr 2007
Posts: 14,190
 

Default 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
Reply With Quote
  #5  
Old 02-11-2009, 05:24 AM
  Yurij's Avatar 
Yurij Yurij is offline
Banned
 

X-Adept
  
Join Date: Jan 2008
Posts: 486
 

Default 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.
Reply With Quote
Reply
   X-Cart forums > X-Cart 4 > Dev Questions > Changing design



Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Forum Jump


All times are GMT -8. The time now is 03:31 PM.

   

 
X-Cart forums © 2001-2020