• Resolved growthgear

    (@growthgear)


    The table breaks on mobile, displays cart content vertical.

    Screenshot

    Looking forward to hear from you.

    • This topic was modified 6 years ago by growthgear.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Rupinder Kaur

    (@coolcoders)

    Hi @growthgear,

    There is a media query in your theme which is overriding the design. Please add the following CSS in the additional CSS section.

    div#order_review_table table td {
    display: table-cell !important;
    }

    Clear all cache and retest.

    Do let me know if I can help you further.

    Thanks

    Thread Starter growthgear

    (@growthgear)

    Thank you very much for the swift solution.
    It works perfectly.

    Will try to convince the client to take pro version.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘Table breaks on mobile’ is closed to new replies.