JustinWDev of Archived Theme Support
11/13/2014 - 4:33 PM

Turn off the 'more' feature in navigation. #navigation #mobile Lines to edit: http://www.shopify.com/admin/themes/current?key=assets/shop.js

{% comment %} 
  In http://www.shopify.com/admin/themes/current?key=assets/style.scss.liquid&line=3142, add this:
{% endcomment %}
 
#nav { 
  white-space: normal; 
}
.nav-item { 
  padding: 10px 20px; 
}
#nav>.nav-item { 
  border-left: none; 
}
{% comment %}
  In http://www.shopify.com/admin/themes/current?key=assets/shop.js.liquid comment out this:
{% endcomment %}
 
// standard.responsiveNav();