How to make "add to cart" bigger to fit the text

Change your online store into modern look with myStore eCommerce VirtueMart Joomla template - discussion forum.
GK User
Wed Sep 01, 2010 10:14 pm
Hello,

Please how to make "add to cart" button more bigger so that the text "add to cart" in french can fit....please check image attached.

"add to cart" in french is "ajouter au panier" ...the "r" not appear.
User avatar
Fresh Boarder

GK User
Wed Sep 01, 2010 11:01 pm
Hi

Please open this file ../templates/gk_mystore/css/vm/vm_major.css

and find this code - line 26:

Code: Select all
.vmCartContainer input.addtocart_button { display: block; margin: 20px 0 0; }


replace it with:

Code: Select all
.vmCartContainer input.addtocart_button { display: block; margin: 20px 0 0;width:auto; }


Cheers ;)
User avatar
Platinum Boarder

GK User
Thu Sep 02, 2010 10:22 am
Hi Mr Seichinha ,

:woohoo: Thank you very much for your quick reply...now it work perfect as i want...YOU ARE THE KING
User avatar
Fresh Boarder


cron