Turn off the 'more' feature in navigation. #navigation #supply
@include at-query ($min, $large) {
.site-nav {
white-space: normal;
text-align: center;
.site-nav--dropdown {
text-align: left;
}
}
}{% comment %}
There are 2 occurrences of timber.alignMenu();
Comment out both using `//`.
{% endcomment %}
// timber.alignMenu();
// timber.alignMenu();
timber.alignMenu() with //timber.alignMenu() inside your shop.js.liquid file. Here's a link to open the file in your online code editor.
