-
-
Save LeoLopesWeb/3942a322797fe46c860bf0dcef674a06 to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
/* 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