• Resolved sneaky15

    (@larissaf15)


    Hello,

    I was wondering how to decrease the row height of the table on the linked page?

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

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.

    To achieve that, we need to reduce the padding (inner white space) in the table cells. It’s currently set to a rather high value by your theme.
    For that, please add this to the “Custom CSS” textarea on the “Plugin Options” screen of TablePress:

    .tablepress thead th {
        padding: 8px 20px 8px 8px !important;
    }
    .tablepress tbody td {
        padding: 8px !important;
    }

    Regards,
    Tobias

    Thread Starter sneaky15

    (@larissaf15)

    Hi Tobias,

    Its sorted now, thanks very much for your help. ??

    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 ‘Row Height’ is closed to new replies.