• Resolved kbporter

    (@kbporter)


    Hi,

    I want to add a space above the heading in the table, below the border. I have added:

    padding-top: 20px !important;

    into the CSS for row 1 of the table (there is only 1 row) but it isn’t working. (The other CSS for row 1 is working fine.)

    Thanks

    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.

    Please try adding the padding to the actual cells in the row, i.e.

    .tablepress-id-33 .row-1 td {
      padding-top: 20px !important;
    }

    Regards,
    Tobias

    Thread Starter kbporter

    (@kbporter)

    That worked, thanks (and thanks for the prompt reply!)

    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 ‘padding not working’ is closed to new replies.