Title: Superscript
Last modified: August 20, 2016

---

# Superscript

 *  Resolved [steto123](https://wordpress.org/support/users/steto123/)
 * (@steto123)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/superscript-1/)
 * Hi,
    My Problem is, that superscript doesn’t work in tables. I have added the
   following css, without any effect:
 * .tablepress td {
    line-height: 2em; }
 * .tablepress sup {
    vertical-align: top; font-size: xx-small; color: blue; }
 * Example: [http://wissen.science-and-fun.de/allgemeine-tabellen/naturkonstanten/](http://wissen.science-and-fun.de/allgemeine-tabellen/naturkonstanten/)
 * Any Idees? Thank you!
 * (please excuse my english)
 * [http://wordpress.org/extend/plugins/tablepress/](http://wordpress.org/extend/plugins/tablepress/)

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

 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/superscript-1/#post-3601009)
 * Hi,
 * thanks for your question, and sorry for the trouble!
    (And don’t worry about 
   your English, that’s fine! 🙂 )
 * It looks like you’ll need to change the alignment of the cells, and not the superscript
   itself. Please try replacing all of your current “Custom CSS” with this:
 *     ```
       .tablepress tbody td {
       	vertical-align: baseline;
       }
   
       .tablepress sup {
       	color: blue;
       }
       ```
   
 * Regards,
    Tobias
 *  Thread Starter [steto123](https://wordpress.org/support/users/steto123/)
 * (@steto123)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/superscript-1/#post-3601013)
 * Many Thanks. This works fine.
 * Happy Eastern
 * Steffen
 *  Plugin Author [Tobias Bäthge](https://wordpress.org/support/users/tobiasbg/)
 * (@tobiasbg)
 * [13 years, 1 month ago](https://wordpress.org/support/topic/superscript-1/#post-3601018)
 * Hi Steffen,
 * very nice! Thanks for the confirmation!
 * Happy Easter to you as well!
    Best wishes, Tobias
 * P.S.: In case you haven’t, please [rate TablePress](http://wordpress.org/support/view/plugin-reviews/tablepress)
   here in the plugin directory. Thanks!

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

The topic ‘Superscript’ 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/)
 * [sup](https://wordpress.org/support/topic-tag/sup/)

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