This is the same thing I would like to know, and when you ad an menu-anchor the header also overlapse your content if your using a sticky header. How can we fix this?
EDIT:
managed to fix my problem bij adding this:
#services {
display: block;
position: relative;
top: -100px;
visibility: hidden;
}
to my “costum CSS” for the anchor. (note where is says “#services” should be the name for your anchor
looking forward to the solution for your problem
-
This reply was modified 6 years, 10 months ago by fujaka.
-
This reply was modified 6 years, 10 months ago by fujaka.