Title: Less margins
Last modified: August 20, 2016

---

# Less margins

 *  Resolved [iautism](https://wordpress.org/support/users/iautism/)
 * (@iautism)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/less-margins/)
 * Is it possible to reduce the margins inside cells?
 * I have some tables where I would appreciate having more free space, and I would
   like to reduce margins for all columns or perhaps only for columns that only 
   contain images.
 * You can see the tables at [http://www.iautism.info/en/2010/09/20/application-list/](http://www.iautism.info/en/2010/09/20/application-list/)
 * [http://wordpress.org/extend/plugins/tablepress/](http://wordpress.org/extend/plugins/tablepress/)

Viewing 1 replies (of 1 total)

 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/less-margins/#post-3455913)
 * Hi,
 * thanks for your question, and sorry for the trouble.
 * Yes, this is possible. Please try adding this code to the “Custom CSS” textarea
   on the “Plugin Options” screen of TablePress:
 *     ```
       .tablepress tbody td,.tablepress thead th {
         padding:6px !important;
       }
       ```
   
 * Regards,
    Tobias

Viewing 1 replies (of 1 total)

The topic ‘Less margins’ is closed to new replies.

 * ![](https://ps.w.org/tablepress/assets/icon.svg?rev=3192944)
 * [TablePress - Tables in WordPress made easy](https://wordpress.org/plugins/tablepress/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/tablepress/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/tablepress/)
 * [Active Topics](https://wordpress.org/support/plugin/tablepress/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/tablepress/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/tablepress/reviews/)

## Tags

 * [margin](https://wordpress.org/support/topic-tag/margin/)
 * [reduce](https://wordpress.org/support/topic-tag/reduce/)

 * 1 reply
 * 2 participants
 * Last reply from: [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * Last activity: [13 years, 3 months ago](https://wordpress.org/support/topic/less-margins/#post-3455913)
 * Status: resolved