• Hi, and thanks for the awesome theme. Hope it’s still supported.

    I’m trying to make the horizontal menu fire at a different breakpoint than the one it’s set to (1023 px, I think). How can I achieve this?

Viewing 2 replies - 1 through 2 (of 2 total)
  • Theme Author Alexander Agnarson

    (@alxmedia)

    Hi, glad you like it!

    In /js/nav.js at the bottom you will see:

    window.alxMediaMenu.init({
    selector: '.main-navigation.nav-menu',
    breakpoint: 720
    });

    That is the javascript breakpoint part of the menu. The rest is mediaqueries in style.css.

    Thread Starter SomniumLucidus

    (@somniumlucidus)

    Thank you!

    I see that the 720 px breakpoint controls the hamburger menu. I’ll have to fiddle with the CSS code, then.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘How to have the horizontal menu kick in at a certain screen width?’ is closed to new replies.