• Resolved jeremy

    (@jeremybassetti)


    Hi, when I insert a footnote, I notice that the line spacing for the increases a bit on lines with the superscript number/footnote. Is there anyway to fix these line spacing issues like reduce the size of the superscript?

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

    (@jeremybassetti)

    RESOLVED

    I adjusted the superscript in CSS and it worked. Here’s the code I used, for the record:

    /* Superscript Styling */
    sup {
    font-size: 12px;
    }

    Thread Starter jeremy

    (@jeremybassetti)

    RESOLVED

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Line Spacing Issues’ is closed to new replies.