Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #190122

    When a

    In the cart table, with one item in the cart, here’s what the customer sees in larger sizes:

    YOUR ORDER

    Product Total
    PRODUCT x2 $375
    Cart Subtotal $375
    Order Total $375

    However, on the smallest size, they only see this:

    YOUR ORDER

    $375
    $375
    $PRODUCT x2
    $375

    Is there any way to keep those headings? Without the headings, the information is confusing and I’m concerned with buyer confidence.

    #190245

    Hi fitzpatrick512!

    Can you post the link to your website so we can inspect elements on it?

    Regards,
    Yigit

    #190823

    this happens in your demo also

    #191556

    Hi!

    Please try adding following code to Quick CSS in Enfold theme options under Styling tab

    @media only screen and (max-width: 479px) { 
    .responsive table.shop_table th { display: block; } 
    .responsive table.shop_table { display: grid!important; overflow: visible; }}

    Cheers!
    Yigit

    #195656

    that worked, thanks!

    i also added

    @media only screen and (max-width: 479px) {
    .responsive table.shop_table th {
    display: block;
    width: 268px;
    }

    #196055

    Hey!

    Glad it works now :)

    Cheers!
    Peter

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘cart table issues in smallest size mobile’ is closed to new replies.