• This plugin is amazing for desktop, but is not responsive. Thus, can not use in any capacity. It’s 2024 and people browse on mobile.

Viewing 1 replies (of 1 total)
  • Plugin Author Wasim

    (@wasim98)

    @toddcsp

    Sorry for your inconvenience. This plugin provide the HTML code of the table which you can make responsive using the CSS, you are free to do CSS code for your table.

    You can get reference from the bootstrap to make your table responsive. you just need to add little bit of code to make your table responsive.

    below is the code to make your table responsive for mobile

    @media (max-width: 767px) {
    .tfdt_module .table-for-divi {
    overflow: auto;
    box-shadow: 0 0 5px rgba(0,0,0,.2);
    }
    }

Viewing 1 replies (of 1 total)

The topic ‘Does not work on mobile’ is closed to new replies.