VirtueMart Forum

VirtueMart 2 + 3 + 4 => Templating & Layouts => Topic started by: ajithkumarts on June 15, 2012, 13:48:09 PM

Title: cart error...
Post by: ajithkumarts on June 15, 2012, 13:48:09 PM
when add to cart button press then pop up a small box....in that two button continue to shop and showcart...

here no space between these two what to do???any one ca help???

check this image..

(http://semisoftech.com/temp/er.jpg)

this is only from home page add to cart button...from other page it have space...
Title: Re: cart error...
Post by: ajithkumarts on June 15, 2012, 18:32:56 PM
pls ....any one know this answer??
Title: Re: cart error...
Post by: PRO on June 15, 2012, 21:16:20 PM
http://forum.virtuemart.net/index.php?topic=73348.0

Its going to be a css problem,

are you loading vmart css?
Title: Re: cart error...
Post by: ajithkumarts on June 16, 2012, 04:43:37 AM
components/com_virtuemart/assets/css/facebox.css  .....is it correct file..??

which code is modify.?
Title: Re: cart error...
Post by: PRO on June 16, 2012, 13:48:14 PM
<a class="continue" href="">Continue Shopping</a>


<a class="showcart floatright" href="">Show Cart</a>


add some style to these in your template folder,

YOU might not have

.floatright{float:right;}