• Dear developers,

    I have troubles setting the footnotes location in text.
    Position is set to “center-right” and “preview” shows footnotes as desired.

    However, the real-life example is still wrong. I looked at the code in FireBug and see

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

    in /footnotes/css/public.css

    if I comment out “top” and “vertical-align” the look much more similar to what I see in preview.

    https://ww.wp.xz.cn/plugins/footnotes/

The topic ‘footnotes alignment and .footnote_plugin_tooltip_text in css/public.css ?’ is closed to new replies.