• Resolved tickett0

    (@tickett0)


    Plugin works great for desktop tables, but awful for mobile. Columns shrink to 1-2 words in width, and it’s just a mess…

    Is there a way to make the tables responsive on mobile/tablets?

Viewing 1 replies (of 1 total)
  • Thread Starter tickett0

    (@tickett0)

    You can do so using table IDs and custom CSS. Example below:

    #wpsm-table-3 td:first-child{width:25% !important}
    #wpsm-table-3 td:nth-child(2){width:25% !important}
    #wpsm-table-3 td:nth-child(3){width:25% !important}
    #wpsm-table-3 td:nth-child(4){width:25% !important}

Viewing 1 replies (of 1 total)
  • The topic ‘Responsive Mobile Format’ is closed to new replies.