Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Author Tobias B?thge

    (@tobiasbg)

    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

    (@steto123)

    Many Thanks. This works fine.

    Happy Eastern

    Steffen

    Plugin Author Tobias B?thge

    (@tobiasbg)

    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 here in the plugin directory. Thanks!

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Superscript’ is closed to new replies.