• Resolved Laura C

    (@mokona84)


    Hello, I noticed that if I have a sidebar, this is covering the note. You can see an example in the page I linked. How can I avoid that?

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

Viewing 1 replies (of 1 total)
  • Plugin Author prismtechstudios

    (@prismtechstudios)

    Hi @mokona84 ,

    The theme that you are using has the sidebar set up to appear above other content. You can tell an open footnote to appear above that sidebar by adding this custom CSS:

    .modern-footnotes-footnote__note--tooltip {
        z-index: 10000;
    }

    There is a custom CSS field you can use for this on the Settings > Modern Footnotes page.

    Best,
    Sean

Viewing 1 replies (of 1 total)
  • The topic ‘Note covered by sidebar’ is closed to new replies.