• Resolved bburcan

    (@bburcan)


    hello
    i have a problem in TablePress plugin, in my web site i have tried everything but table row height not getting smaller..
    web site is : http://filmizle.be/
    table on right side which title side start with red.
    i want all rows getting smaller.
    i have put this code to tablepress css but didnt effect.

    .entry .tablepress-id-1 td {
    padding: 8px 4px !important;
    }

    .tablepress-id-1 .row-1 td {
    background-color: #ca454a;
    font-size: 14px;
    color: #ffffff;
    }

    .tablepress-id-1 .row-2 td {
    background-color: #3c4143;
    font-size: 14px;
    color: #ffffff;
    line-height: normal;
    padding-top: 35px;
    text-align: left;
    }

    .tablepress-id-1 .row-3 td {
    background-color: #009e59;
    font-size: 14px;
    color: #ffffff;
    line-height: normal;
    padding-top: 35px;
    text-align: left;
    height: 20px;
    }

    can you please help me ?

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

    thanks for your question, and sorry for the trouble.

    The problem is the

    padding-top: 35px;

    This is increasing the row heights.

    Additionally, there are margins around the images, which you can remove with

    .tablepress img {
      margin: 0 !important;
    }

    Regards,
    Tobias

    Thread Starter bburcan

    (@bburcan)

    Hey Tobias,

    thanks a lot for your help.
    working fine now :=)

    regards,

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