Title: Customize table cells
Last modified: August 30, 2016

---

# Customize table cells

 *  [richdixon](https://wordpress.org/support/users/richdixon/)
 * (@richdixon)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/customize-table-cells/)
 * Trying to remove the white space between the 3 images in the table on this page:
 * [http://richsride.org/frontrangefreedomtour/](http://richsride.org/frontrangefreedomtour/)
 * Pretty sure it’s due to the margin or padding at the top/bottom of cells which
   won’t allow images to expand. I’m trying to use css but just don’t know the syntax.“
   FRFT Top” is the id of the table, I placed the code in the css of a child theme
   and got nothing.
 * #FRFT Top td {
    padding: -6px -10px -6px 0px; margin: -9.09 px; }
 * Can someone help with proper syntax? I can play with the numbers.
 * Thanks.

Viewing 9 replies - 1 through 9 (of 9 total)

 *  [codemovement.pk](https://wordpress.org/support/users/codemovementpk/)
 * (@codemovementpk)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/customize-table-cells/#post-6656166)
 * Hi,
 * it’s not a padding or margin issue the images loading in these table cell are
   of larger sizes, I have reduced their size from inspect element and now the page
   looks better.
    here is a screenshot
 * > [View post on imgur.com](https://imgur.com/JLTYz7u)
 *  Thread Starter [richdixon](https://wordpress.org/support/users/richdixon/)
 * (@richdixon)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/customize-table-cells/#post-6656173)
 * Thanks for the quick reply. I checked your screenshot and there’s MORE whitespace.
   I actually want NONE.
 * Any ideas?
 *  [codemovement.pk](https://wordpress.org/support/users/codemovementpk/)
 * (@codemovementpk)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/customize-table-cells/#post-6656193)
 * Hi,
 * What if you change that padding to padding: 0 ; please try that.
 *  [Mr Case](https://wordpress.org/support/users/mr-case/)
 * (@mr-case)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/customize-table-cells/#post-6656197)
 * try:
 *     ```
       td {
           padding: 0 !important;
           border: none !important;
       }
       ```
   
 *  Thread Starter [richdixon](https://wordpress.org/support/users/richdixon/)
 * (@richdixon)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/customize-table-cells/#post-6656231)
 * So now my child theme css has:
 * #FRFT Top td {
    padding: 0 !important; border: none !important; }
 * No change.
 * #$%#!! 🙂
 *  [Mr Case](https://wordpress.org/support/users/mr-case/)
 * (@mr-case)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/customize-table-cells/#post-6656233)
 * add what i put exactly and see if it helps. The id of that table is improper.
   it shouldn’t have spaces in it. take off the id name from the css.
 *  Thread Starter [richdixon](https://wordpress.org/support/users/richdixon/)
 * (@richdixon)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/customize-table-cells/#post-6656236)
 * I changed the table id and it worked! Thanks a bunch.
 *  [Mr Case](https://wordpress.org/support/users/mr-case/)
 * (@mr-case)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/customize-table-cells/#post-6656237)
 * You still have to add border: 0 !important unless you want that 1px line there.
 * And glad it worked. When you make id and class names try and stick to lowercase,
   hyphens if you must, no spaces and don’t start with numbers.
 *  Thread Starter [richdixon](https://wordpress.org/support/users/richdixon/)
 * (@richdixon)
 * [10 years, 8 months ago](https://wordpress.org/support/topic/customize-table-cells/#post-6656239)
 * Thanks again.

Viewing 9 replies - 1 through 9 (of 9 total)

The topic ‘Customize table cells’ is closed to new replies.

 * 9 replies
 * 3 participants
 * Last reply from: [richdixon](https://wordpress.org/support/users/richdixon/)
 * Last activity: [10 years, 8 months ago](https://wordpress.org/support/topic/customize-table-cells/#post-6656239)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
