• Resolved pommette

    (@rodagolf)


    My header does not have the padding for the words.
    I have added the coded that you recommended to someone else a couple of years ago, but it is still not working

    Code added was as follow

    .tablepress {
    table-layout: auto !important;
    }

    .tablepress th,
    .tablepress td {
    width: auto;
    }

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

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

    (@tobiasbg)

    Hi,

    thanks for your question, and sorry for the trouble.

    The cause for that is some CSS in another plugin. To fix that, instead what you tried above, please try this CSS code:

    .tablepress .row-1 th {
      padding: 8px;
    }

    Regards,
    Tobias

Viewing 1 replies (of 1 total)
  • The topic ‘Table Header Not using Padding’ is closed to new replies.