Skip to content

Early-bird lifetime licence: $199 once, for the first 200 buyers only. See the offer

Smooth scrolling

Links to a part of the same page (#contact) glide there instead of jumping. Visitors who asked their device for less motion still jump.

  • Type CSS (CSS)
  • Runs Public site, in the page head
  • Tested with WordPress 7.1
CSS
@media (prefers-reduced-motion: no-preference) {
	html {
		scroll-behavior: smooth;
	}
}

In these packs

  • Content and media: Shortcodes, links, images and small design touches for the public site.

Move your snippets over this afternoon.

Importing changes nothing until you switch over, and your old shortcodes keep working.