Topic Resolution: Resolved
  • Closed
  • Meshal
    Spectator
    May 2, 2015 at 1:02 pm #17160

    Can’t figure out the right class to increase the width of “total” column. it is so narrow which makes the values wrap out in improper way.
    It is in checkout page > Review & Payment tab.
    I tried to modify both product-name and product-total but no success.
    Any help will be so appreciated.

    Roman
    Spectator
    Posts: 3147
    May 2, 2015 at 10:02 pm #17189

    please provide the website with the issue

    Meshal
    Spectator
    Posts: 30
    May 3, 2015 at 7:29 pm #17219
    This reply has been marked as private.
    Roman
    Spectator
    Posts: 3147
    May 3, 2015 at 8:04 pm #17222

    try Custom CSS:

    form.checkout .shop_table tfoot th {
    width: 60%;
    }

    play with the percentage value

    Meshal
    Spectator
    Posts: 30
    May 3, 2015 at 8:08 pm #17223

    Perfect, thanks

    Roman
    Spectator
    Posts: 3147
    May 3, 2015 at 8:26 pm #17225

    no problem