How can I modify breakpoints in the Impulse theme?

Hi,

I’m using the Impulse theme.

Is there an easy way to change the breakpoint where the browsers switches between the normal menu and the hamburger menu? Seams to be set to 768px by default. I want the hamburger menu to show on all mobile devices (phones & tablets, both vertical and horizontal) which is not the case now. Makes no sense to show the mobile device visitors the normal menu which opens and closes on hover. The menu opens on click but it won’t close for these users.

Thanks in advance!

1 Like

@Arcticlegacy

Sorry you are facing this issue, it would be my pleasure to help you.

Welcome to the Shopify community! :blush:
Thanks for your good question.

Please share your site URL,
I will check out the issue and provide you a solution here.

2 Likes

Thanks for replying.

Our webpage is arcticlegacy.store and password is “Legacyt”

1 Like

@Arcticlegacy

thanks for url can you please add this code

  1. Go to Online Store->Theme->Edit code
  2. Asset->/theme.css ->paste below code at the bottom of the file.
@media only screen and (max-width: 1024px) {
.js-drawer-open-nav {
    display: inline-block !important;
}
.header-layout--left .site-navigation {display: none;}
}
2 Likes

Great, many thanks. I had to go all the way up to 1366px to also include the iPad Pro 12.9"

1 Like

@Arcticlegacy

great thanks for update

Literally incredible. This is so simple.