Sticky header & menu anchor bug
-
Adding the css for menu anchor correction with sticky header breaks button function
body:not(.elementor-editor-active) .elementor-menu-anchor:before {
content: “”;
display:block;
height: 200px; /* fixed header height*/
margin: -200px 0 0; /* negative fixed header height */
visibility: hidden;
pointer-events: none;
}The page I need help with: [log in to see the link]
Viewing 1 replies (of 1 total)
Viewing 1 replies (of 1 total)
- The topic ‘Sticky header & menu anchor bug’ is closed to new replies.