I have anchors with different id's in my articles and fixed menu navbar obscures the anchors.
I tried to add
- Code: Select all
a[id] {
padding-top: 60px;
margin-top: -60px;
}
to the override.css but this time menu links have disappeared because of the id selector.
What should i do?