• Resolved yolandal

    (@yolandal)


    Hi, I like the plugin, but it seems that the footnote numbers in the text are displayed too high. I’ve set the offset X and Y on -35 but it doesn’t make any difference. 35 and -35 still gives the same gap in the line, see this screenshot.

    https://i.postimg.cc/x8dSvrwC/20191128-182254-001.jpg

    What can I do to make the numbers look neat in the text line?

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

Viewing 3 replies - 1 through 3 (of 3 total)
  • You can change the CSS style, I have searched it using the F12 css firefox inspector and it is:

    footnote_plugin_tooltip_text {
    vertical-align: top !important;
    position: relative !important;
    top: -0.1em !important;
    cursor: pointer;
    }

    From the public.css css plugin file

    That top, try something like 0.4 instead -0.1… add it to your custom CSSs

    Thread Starter yolandal

    (@yolandal)

    Thank you Luuuciano!

    Plugin Contributor Lol Zimmerli

    (@lolzim)

    Hello,

    would be changed as well in the next release.

    Thank you,
    Best regards

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Footnote numbers subscript too high’ is closed to new replies.