Please look into the example page (my website). I used fixed menu and I have links in the “Contents” section that jump into the page.
But the problem is that Title of that section got hidden behind the menu.
I found online people talking about that problem – https://stackoverflow.com/questions/4086107/fixed-page-header-overlaps-in-page-anchors
I did try to add this CSS:
h2:before, h3:before{
padding-top: 140px; margin-top: -140px;
display: block;
content: "";
}
In Additional CSS.
But it didn’t work.
I removed that CSS now from “Additional CSS”.
Do you have any idea how to fix this?