Skip to content

Instantly share code, notes, and snippets.

@carolineschnapp
Last active December 5, 2025 08:54
Show Gist options
  • Select an option

  • Save carolineschnapp/5b535690d6675abbf2d1 to your computer and use it in GitHub Desktop.

Select an option

Save carolineschnapp/5b535690d6675abbf2d1 to your computer and use it in GitHub Desktop.
Turn off the 'more' feature in navigation. #navigation #supply
{% comment %}
There are 2 occurrences of timber.alignMenu();
Comment out both using `//`.
{% endcomment %}
// timber.alignMenu();
// timber.alignMenu();
@include at-query ($min, $large) {
.site-nav {
white-space: normal;
text-align: center;
.site-nav--dropdown {
text-align: left;
}
}
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment