Viewing 2 replies - 1 through 2 (of 2 total)
  • I fixed this on a client’s site. just find the CSS element for the sup element. You can probably do this through any of your theme’s custom CSS sections or the child theme:

    sup {
    line-height: 0!important;
    }

    That’ll fix it.

    Thread Starter Back to Front

    (@traverser11)

    Beautiful, simple, thanks Johnny.

    BTW didn’t require the !important,
    atleast not with my theme.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘line-height getting bumped up by footnotes’ is closed to new replies.