Add to cart button text issue
My website is on 4 languages
The Add to cart button on English is fine. However on other languages the text is a little longer and so it does not fit on the product grid. It makes the website little messed up.
How do I handle this situation?
You could either:[list=1]
[]Include some conditional css that would reduce the font-size if $smarty.const.CART_LANGUAGE == 'your targeted language'. Optionally it could increase the button size if that won't cause layout problems on your site.
[]You could try adding a break between words and see if the height of the button can handle that.
[*]Increase the size of the button for all languages via some custom css. But you might also have to address the size of the containers that they buttons are in.
[/list]