Viewing 1 replies (of 1 total)
  • Plugin Support villasupport

    (@villasupport)

    Hi,

    Thank you for reaching out to us.

    We found the conflict issue with a 3rd plugin on your site (https://ibb.co/4PGN4kL), and this can be handled with Custom CSS.

    Please use the below Custom CSS (Add it to the plugin setting > Custom CSS)

    @media screen and (max-width: 600px){
    table.woo_sc_view_table td {
        display: table-cell !important;
        width: auto !important;
    }
    }

    Best regards.

Viewing 1 replies (of 1 total)
  • The topic ‘RESPONSIVE TABLE IS BROKEN’ is closed to new replies.