Turn off the 'more' feature in navigation. #navigation #mobile Lines to edit: http://www.shopify.com/admin/themes/current?key=assets/shop.js.liquid&line=48 and http://www.shopify.com/admin/themes/current?key=assets/style.scss.liquid&line=3142
{% 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();