Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    thanks for your question, and sorry for the trouble.

    That’s the padding in the cells. You can for example use

    .tablepress-id-65 td {
      padding: 0;
    }

    to reduce it.

    Regards,
    Tobias

    Thread Starter Muhammad Jahangir

    (@jilaan)

    Hi Tobias,

    thanks for reply but i want all table i have a above 100 table how i make all table ? plz tell me easily?

    give me one code to apply all table and new table creating also same like this.

    i waiting?

    thanks;.

    Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    to make this apply to all tables, just remove the -id-65 part in the code, as explained in the TablePress Documentation at https://tablepress.org/documentation/ :

    .tablepress td {
      padding: 0;
    }

    Regards,
    Tobias

    Thread Starter Muhammad Jahangir

    (@jilaan)

    Hi Tobias,

    Thanks for help .

    Resolved.

    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 5 replies - 1 through 5 (of 5 total)
  • The topic ‘How to Remove height space for the row ?’ is closed to new replies.