Skip to content

Instantly share code, notes, and snippets.

@carolineschnapp
Last active June 21, 2021 20:35
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save carolineschnapp/5b535690d6675abbf2d1 to your computer and use it in GitHub Desktop.
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