Snippet for Title of "Better Footnotes" Plugin

I’ve been trying to create a snippet that’ll give a title above the Notes from the plugin “Better Footnotes”. The creator of the plugin helped me putting in the title with the code for this snippet:

section.footnotes:before {
content: “EndNotes”;
font-size: 1em;
font-weight: bold;
margin-top: 26px;
}
section.footnotes > hr {
margin-top: 0;
}

The problem here is, is that there’s a huge margin between the title and the actual footnotes. I haven’t been able to find any solutions on this.
Any ideas?
Thanks :slight_smile:

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.