Topic Resolution: Resolved
  • Closed
  • Lukasz
    Spectator
    January 17, 2015 at 2:19 pm #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
    January 17, 2015 at 6:22 pm #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
    January 19, 2015 at 8:35 am #14483

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