• Resolved shepherdjim

    (@shepherdjim)


    I’ve tried many of the solutions mentioned previously and the height of the rows in my tables remain unchanged.

    Currently I have

    .tablepress-id-9 td {
    padding-top: 1px;
    padding-bottom: 1px;
    }

    .tablepress-id-10 td {
    padding-top: 1px;
    padding-bottom: 1px;
    }
    re two of the tables showing on http://mainepracticalshooters.com/staff/ and there is no apparent difference. This is a “long” page and I would love to tighten it up some.

Viewing 3 replies - 1 through 3 (of 3 total)
  • Hi,

    thanks for your post, and sorry for the trouble.

    Your theme is also setting the padding in table cells, and as it’s using rather aggressive CSS selectors, we’ll have to add a small change, i.e. prepend the #content CSS ID. Therefore, please try again with

    #content .tablepress-id-9 td,
    #content .tablepress-id-10 td {
      padding-top: 1px;
      padding-bottom: 1px;
    }

    Regards,
    Tobias

    Thread Starter shepherdjim

    (@shepherdjim)

    Thank you!

    Hi,

    no problem, you are very welcome! 🙂 Good to hear that this helped!

    Best wishes,
    Tobias

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘TablePress / How to Reduce Row Height’ is closed to new replies.