Created
February 2, 2026 13:35
-
-
Save dexit/6daa4e3e6c2ba98bf336232d99a1a06f to your computer and use it in GitHub Desktop.
elementor table of contents anchor offset css
This file contains hidden or 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
| :root { | |
| scroll-padding-top: 150px!important; | |
| } | |
| @media (max-width: 1024px) { | |
| :root { | |
| scroll-padding-top: 55px; | |
| } | |
| } | |
| @media (max-width: 767px) { | |
| :root { | |
| scroll-padding-top: 50px; | |
| } | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment