Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi,

    thanks for your question, and sorry for the trouble.

    The best way that I see here is to reduce the padding in the table cells, e.g. with “Custom CSS” like

    .tablepress-id-2 th,
    .tablepress-id-2 td {
      padding: 4px !important;
    }

    Regards,
    Tobias

    Thread Starter riatech

    (@riatech)

    Thank you sir.

    This code solve my problem!

    Plugin Author Tobias Bäthge

    (@tobiasbg)

    Hi,

    no problem, you are very welcome! 🙂 Good to hear that this helped!

    Best wishes,
    Tobias

    P.S.: In case you haven’t, please rate TablePress here in the plugin directory. Thanks!

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

The topic ‘View Responsive table content without need to scroll’ is closed to new replies.