Title: CSS isn&#039;t being applied
Last modified: August 20, 2016

---

# CSS isn't being applied

 *  Resolved [marcpaget](https://wordpress.org/support/users/marcpaget/)
 * (@marcpaget)
 * [13 years, 6 months ago](https://wordpress.org/support/topic/css-isnt-being-applied/)
 * Hi.
 * I recently migrated from WP Table Reloaded to Tablepress, but now I’ve got a 
   major problem… The CSS in the Custom CSS code doesn’t affect the styling of the
   table(s)… It simply has no influence on anything.
 * I tried making some changes to the CSS in Firebug, to see if it works there, 
   and it does, so I really don’t know why it’s not working on my site…
 * You can check out the tables on : [http://billigt-mobilabonnement.dk](http://billigt-mobilabonnement.dk)
 * Can you please help me…
 * Here’s the information about my site:
 * · Website: [http://billigt-mobilabonnement.dk](http://billigt-mobilabonnement.dk)
   ·
   TablePress: 0.8.1-beta · TablePress (DB): 14 · TablePress table scheme: 3 · Plugin
   installed: 2013/01/27 00:29:50 · WordPress: 3.4.2 · Multisite: no · PHP: 5.3.20·
   mySQL (Server): 5.1.66-0+squeeze1-log · mySQL (Client): 5.1.66 · ZIP support:
   yes · WP Memory Limit: 32M · Magic Quotes: off · WP_DEBUG: false
 * [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, 6 months ago](https://wordpress.org/support/topic/css-isnt-being-applied/#post-3427298)
 * Hi,
 * thanks for your post, and sorry for the trouble.
 * The reason, why your “Custom CSS” is not working, is that it’s invalid 🙂
    Please
   try this:
 *     ```
       .tablepress thead th {
         text-align:center;
         font-size:6px;
       }
       .tablepress tbody td {
         font-size:6px;
       }
       ```
   
 * This will reduce the font size to 6px in all tables, and center the head row 
   cells in all tables.
 * Regards,
    Tobias
 * P.S.: As you are still using WP 3.4.2, I recommend that you update to WP 3.5.1,
   as that will allow you to also upgrade TablePress to version 0.9-RC.

Viewing 1 replies (of 1 total)

The topic ‘CSS isn't being applied’ 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

 * [css](https://wordpress.org/support/topic-tag/css/)
 * [problem](https://wordpress.org/support/topic-tag/problem/)

 * 1 reply
 * 2 participants
 * Last reply from: [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * Last activity: [13 years, 6 months ago](https://wordpress.org/support/topic/css-isnt-being-applied/#post-3427298)
 * Status: resolved