Solved

Change breakpoints in Impulse theme?

Arcticlegacy
Explorer
49 1 22

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!

Accepted Solution (1)
KetanKumar
Shopify Partner
36839 3635 11972

This is an accepted solution.

@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;}
}

 

If helpful then please Like and Accept Solution.
Want to modify or custom changes on store Hire me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com regarding any help
Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing

View solution in original post

Replies 6 (6)

KetanKumar
Shopify Partner
36839 3635 11972

@Arcticlegacy 

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

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

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

If helpful then please Like and Accept Solution.
Want to modify or custom changes on store Hire me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com regarding any help
Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing
Arcticlegacy
Explorer
49 1 22

Thanks for replying.

Our webpage is arcticlegacy.store and password is "Legacyt"

KetanKumar
Shopify Partner
36839 3635 11972

This is an accepted solution.

@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;}
}

 

If helpful then please Like and Accept Solution.
Want to modify or custom changes on store Hire me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com regarding any help
Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing
Arcticlegacy
Explorer
49 1 22

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

KetanKumar
Shopify Partner
36839 3635 11972

@Arcticlegacy 

great thanks for update

If helpful then please Like and Accept Solution.
Want to modify or custom changes on store Hire me.
- Feel free to contact me on bamaniyaketan.sky@gmail.com regarding any help
Shopify Partner | Skype : bamaniya.sky
PSD to Shopify | Shopify Design Changes | Shopify Custom Theme Development and Desing | Custom Modifications In to Shopify Theme | SEO & Digital Marketing
BenjiMakes
Shopify Partner
1 0 0

Literally incredible. This is so simple.