carolineschnapp
5/4/2015 - 5:52 PM

Turn off the 'more' feature in navigation. #navigation #supply

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();

  1. Replace all occurrences of timber.alignMenu() with //timber.alignMenu() inside your shop.js.liquid file. Here's a link to open the file in your online code editor.

  1. Add CSS at the bottom of your timber.scss.liquid. Here's a link to open the file in your online code editor. The code to add is below.