• Resolved bunse

    (@bunse)


    I have add those code to the option page, but it does not work:

    .tablepress-id-1 .row-1 {
    padding: 16px !important;
    }

    image

    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 post, and sorry for the trouble.

    You need to apply this change to the cells in that row, i.e.:

    .tablepress-id-1 thead th {
      padding: 16px !important;
    }

    Regards,
    Tobias

    Thread Starter bunse

    (@bunse)

    Thanks a lot, this work!

    but get another problem. I try to set the first row to be fixed, but:

    – in logout status, it show as follow: https://cdn.bpteach.com/images/20190214171203.png (some header are missing)

    – in login out status, it show as follow: https://cdn.bpteach.com/images/20190214171304.png (which is correct):

    Plugin Author Tobias B?thge

    (@tobiasbg)

    Hi,

    I can not reproduce that. I see the correct version (and I’m of course not logged in on your site).
    Regardless, this would be a problem in the JavaScript file that you are using for this, not in TablePress.

    Regards,
    Tobias

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘how to change row height’ is closed to new replies.