• I added the button to the toolbar. Looks correct while editing, but once I update the page, the actual article doesn’t raise the number. Acts as if no code.

    Using Divi theme.

    Please advise.

    Thanks for your time.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter Zmokin

    (@zmokin)

    I guess it is the Divi theme that is blocking the standard code from working correctly?

    I had to add the following to get it to work correctly:

    sup {
    vertical-align: super !important;
    font-size: smaller !important;
    }

    Am I correct with my assumption?

    Plugin Author Andrew Ozz

    (@azaozz)

    Right, glad you figured it out ??

    The <sup> tag can be styled from CSS like any other tag and the default styling can be overridden. Adding the above CSS should fix it.

    A good idea would be to also check why the theme overrides it. Perhaps <sup> is used somewhere else for something… non-standard. If that’s the case perhaps using a less “forceful” CSS (with more specific selectors but without !important would be a better idea.

    • This reply was modified 4 years, 7 months ago by Andrew Ozz.
Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Superscript not working’ is closed to new replies.