Skip to content

Instantly share code, notes, and snippets.

@LeoLopesWeb
Last active April 17, 2024 20:52
Show Gist options
  • Save LeoLopesWeb/3942a322797fe46c860bf0dcef674a06 to your computer and use it in GitHub Desktop.
Save LeoLopesWeb/3942a322797fe46c860bf0dcef674a06 to your computer and use it in GitHub Desktop.
/* top spacing above anchor links*/
body:not(.elementor-editor-active) .elementor-menu-anchor:before {
content: "";
display: block;
height: 70px;
margin: -70px 0 0;
visibility: hidden;
pointer-events: none;
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment