VirtueMart Forum

VirtueMart Dev/Coding Central: VM1 (old version) => Virtuemart 1.1 Development (Archiv) => Quality & Testing VirtueMart 1.1.x => Topic started by: PastorJon on May 14, 2008, 02:15:56 AM

Title: Continue Shopping & Checkout Buttons
Post by: PastorJon on May 14, 2008, 02:15:56 AM
When I view the cart, the Continue Shopping & Checkout Buttons lose the bottom 20 pixels (or so).  Any one else seeing this?
Title: Re: Continue Shopping & Checkout Buttons
Post by: PastorJon on May 22, 2008, 20:34:31 PM
To fix this, I edited /components/com_virtuemart/themes/download/theme.css

Look for .checkout_link and .continue_link, and you can add
    line-height: 40px;

That should fix that.
Title: Re: Continue Shopping & Checkout Buttons
Post by: tamerax on August 06, 2008, 05:23:58 AM
thank you!!!!!!!!!!