• Resolved thomasopenvalue

    (@thomasopenvalue)


    Hi,

    I’m trying to change the big line height of my footnotes and tried with :

    .easy-footnotes-wrapper {
    line-height : Xpx;
    }

    It didn’t work. Is it a problem coming from my theme ?

    Thanks and kind regards,

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

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

    (@yingling017)

    Most likely your theme is setting a value with a more specific CSS selector. Looks like it uses this.

    .infinite-single-article .infinite-single-article-content ul, .infinite-single-article .infinite-single-article-content ol

    You’ll have to write CSS more specific than that or use the !important flag.

Viewing 1 replies (of 1 total)
  • The topic ‘How to change line height’ is closed to new replies.