• Resolved rasinton

    (@rasinton)


    I am new to using Tablepress and also not experienced with CSS and HTML. So, this question may be trivial – sorry!

    We have been using tables to display data for a while but find that the space between rows too big and spaced out. I think that TablePress will help sort this out, but, am struggling to do it!

    Here is a page with a test table I’ve created…

    http://prestburytennis.org/junior-team-successes/

    I’ve tried putting the following in “Custom CSS” but this seems to make no difference!

    .tablepress th,
    .tablepress td {
    padding: 0;
    }

    If someone can tell me what I need to put in there then I would be very grateful!

    Thanks

Viewing 1 replies (of 1 total)
  • Hi,

    thanks for your post, and sorry for the trouble.

    Your code is not working due to your theme, which overrides these changes. You’ll have to prefix the code with #content, like

    #content .tablepress th,
    #content .tablepress td {
      padding: 0;
    }

    Regards,
    Tobias

Viewing 1 replies (of 1 total)

The topic ‘[Plugin: RablePress]Row Height – again!’ is closed to new replies.