Skip to content

Instantly share code, notes, and snippets.

@dexit
Created February 2, 2026 13:35
Show Gist options
  • Select an option

  • Save dexit/6daa4e3e6c2ba98bf336232d99a1a06f to your computer and use it in GitHub Desktop.

Select an option

Save dexit/6daa4e3e6c2ba98bf336232d99a1a06f to your computer and use it in GitHub Desktop.
elementor table of contents anchor offset css
: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