Title: Superscript and Subscript
Last modified: August 20, 2016

---

# Superscript and Subscript

 *  [kbad](https://wordpress.org/support/users/kbad/)
 * (@kbad)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/superscript-and-subscript-2/)
 * How do I conserve superscript and subscript when writing a post?
 * In the “visual” editor, the text appears superscript/subscript when I insert 
   <sup> or <sub> tags but when I publish the post the text is no longer sub/superscripted.
 * Cheers,
    kbad

Viewing 1 replies (of 1 total)

 *  Theme Author [bradthomas127](https://wordpress.org/support/users/bradthomas127/)
 * (@bradthomas127)
 * [13 years, 3 months ago](https://wordpress.org/support/topic/superscript-and-subscript-2/#post-3480197)
 * Sorry i don’t have them in the CSS, if you go to leaf options => Custom CSS =
   > Enter something like this and save options:
 *     ```
       sup,
       sub {
       	font-size: 10px;
       	height: 0;
       	line-height: 1;
       	position: relative;
       	vertical-align: baseline;
       }
       sup {
       	bottom: 1ex;
       }
       sub {
       	top: .5ex;
       }
       ```
   
 * I have not checked the style above with the theme so you might need to adjust
   it.

Viewing 1 replies (of 1 total)

The topic ‘Superscript and Subscript’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/leaf/1.1.2/screenshot.png)
 * Leaf
 * [Support Threads](https://wordpress.org/support/theme/leaf/)
 * [Active Topics](https://wordpress.org/support/theme/leaf/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/leaf/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/leaf/reviews/)

## Tags

 * [subscript](https://wordpress.org/support/topic-tag/subscript/)
 * [superscript](https://wordpress.org/support/topic-tag/superscript/)

 * 1 reply
 * 2 participants
 * Last reply from: [bradthomas127](https://wordpress.org/support/users/bradthomas127/)
 * Last activity: [13 years, 3 months ago](https://wordpress.org/support/topic/superscript-and-subscript-2/#post-3480197)
 * Status: not resolved