Topic Resolution: Resolved
  • Closed
  • Lukasz
    Spectator
    17.01.2015 at 14:19 #14423

    When I use IE and Chrome browser description of “Add to cart” button is too long (I think is not scaled). In Firefox, and on mobile phone this description is scaled properly. Could you help me solve this issue?
    Website url: http://www.natursmak.pl/sklep

    Regards,
    Lukasz.

    Alok Maheshwari
    Spectator
    Posts: 303
    17.01.2015 at 18:22 #14463

    Try following css and see if it fixes the issue.

    .button.add_to_cart_button.product_type_simple
    {
    padding:0px;
    }

    Lukasz
    Spectator
    Posts: 45
    19.01.2015 at 08:35 #14483

    Thank you Alok for your help. Now it looks, that it work correct.