Title: CSS padding &amp; font size
Last modified: August 30, 2016

---

# CSS padding & font size

 *  Resolved [GREENBALL](https://wordpress.org/support/users/greenball/)
 * (@greenball)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/css-padding-font-size/)
 * Hello,
 * I have no more developer and would like to improve our comparison : [http://www.objetconnecte.net/comparatif-bracelet-connecte/](http://www.objetconnecte.net/comparatif-bracelet-connecte/)
 * Can you tell me what CSS code to change the padding to 8px to 5px and the font
   size to 14px to 9px please ? This would allow the table to go perfectly in our
   site 1050px wide.
 * Waiting to hear from you,
    Best regards,
 * Jules
 * [https://wordpress.org/plugins/tablepress/](https://wordpress.org/plugins/tablepress/)

Viewing 1 replies (of 1 total)

 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [10 years, 4 months ago](https://wordpress.org/support/topic/css-padding-font-size/#post-6839754)
 * Hi Jules,
 * thanks for your question, and sorry for the trouble.
 * Some “Custom CSS” like
 *     ```
       .tablepress-id-8 td,
       .tablepress-id-8 th {
           padding: 5px;
           font-size: 9px;
       }
       ```
   
 * should be sufficient here.
 * Regards,
    Tobias

Viewing 1 replies (of 1 total)

The topic ‘CSS padding & font size’ 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/)

 * 1 reply
 * 2 participants
 * Last reply from: [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * Last activity: [10 years, 4 months ago](https://wordpress.org/support/topic/css-padding-font-size/#post-6839754)
 * Status: resolved