Viewing 4 replies - 1 through 4 (of 4 total)
  • Hi,

    In the file js/custom.js, put comment code or erase from line 30 to 41:

    /*if(jQuery(window).width() > 940 ){
        var totalWidth = 0;
        var wrapperWidth = jQuery('#site-navigation .menu').width()-100;
        jQuery('#site-navigation .menu > li').each(function(){
        totalWidth = jQuery(this).outerWidth(true) + totalWidth;
        if(totalWidth > wrapperWidth){
          jQuery(this).addClass('more-item');
        }
        });
      jQuery('#site-navigation .menu .more-item').wrapAll('<li class="menu-item-has-children more-menu-item"><ul></ul></li>');
      jQuery('.more-menu-item').prepend('<a href=#>More</a>');
        }*/
    Thread Starter BHamdi

    (@hamdibouafoura)

    Thank you very much. I’ve found it.

    Theme Author Access Keys

    (@access-keys)

    Thanks @bijou

    Theme Author Access Keys

    (@access-keys)

    @BHamdi sad to see that you removed our credit link 🙁

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘More button in the menu’ is closed to new replies.