Hi,
I have the hamburger icon on my site when it’s loaded on the mobile, but not when on desktop or tablet.please can someone advise how I can get the hamburger icon on desktop/tablet too.
thanks in advance.
Solved! Go to the solution
Please share your website URL and password if any. I will check and provide a solution here.
Thanks!
This is an accepted solution.
Please add the following code at the bottom of your assets/theme.scss.liquid or theme.css file.
.mobile-nav-wrapper.js-menu--is-open {display: block !important;}
.site-header__menu {display: block !important;}
.site-nav {display: none !important;}
Hope this works.
Thanks!
User | Count |
---|---|
455 | |
190 | |
137 | |
61 | |
36 |