• Resolved thomasopenvalue

    (@thomasopenvalue)


    Hi Jason,

    In my article, footnotes numbers are not in superscript. They are at the same level as the text characters. How can I change that ? The font that I use is Times New Roman.

    Thanks for your help

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

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Jason Yingling

    (@yingling017)

    Your theme is setting the vertical-align CSS property for the <sup> element to baseline. You’ll want it to be vertical-align: super;

    There’s also other ways you could style that as switching it to super will cause extra space between it and the line above it.

    But this rule in the customizer should work.

    sup {
        vertical-align: super;
    }
    Thread Starter thomasopenvalue

    (@thomasopenvalue)

    Thank for you so much Jason. It works perfectly now !

    Thanks you and kind regards,

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Footnotes numbers not in superscript’ is closed to new replies.