Title: [Plugin: RablePress]Row Height &#8211; again!
Last modified: August 21, 2016

---

# [Plugin: RablePress]Row Height – again!

 *  Resolved [rasinton](https://wordpress.org/support/users/rasinton/)
 * (@rasinton)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/plugin-rablepressrow-height-again/)
 * 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/](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)

 *  [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [12 years, 5 months ago](https://wordpress.org/support/topic/plugin-rablepressrow-height-again/#post-4398035)
 * 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.

 * 1 reply
 * 2 participants
 * Last reply from: [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * Last activity: [12 years, 5 months ago](https://wordpress.org/support/topic/plugin-rablepressrow-height-again/#post-4398035)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
