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.

    This is caused by a different padding that your theme sets. To change this, please add this to the “Custom CSS” textarea on the “Plugin Options” screen of TablePress:

    .tablepress th,
    .tablepress td {
      padding-top: 8px !important;
      padding-bottom: 8px !important;
    }

    Regards,
    Tobias

    Thread Starter Ra

    (@w1lb0ra)

    Hi Tobias,

    Thanks for your excellent help and your very quick response. My issue is resolved.

    Cheers 🙂
    Raj

    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 ‘header and rows do not align’ is closed to new replies.