• Resolved toddcsp

    (@toddcsp)


    can you please set this plugin up to be responsive to mobile devices? This is a very important feature for tables. Otherwise this plugin in amazing. good job.

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

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

    (@wasim98)

    @toddcsp Sorry for you inconvenience. We will add this to the upcoming version.

    For the time being you can use the below 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 ‘Mobile Support’ is closed to new replies.