Comments leoyipenvato started the conversationMarch 10, 2022 at 12:06pm1. Enable hamburger menu in mobile only without enabling it on desktop.2. Disable vertical mobile navigation.Thank you very much. 2,610PenciDesign repliedMarch 10, 2022 at 12:39pmHi,Please go to Appearance → Customize → Custom CSS then add the following custom CSS code: @media only screen and (min-width: 768px) { .penci-menuhbg-toggle.builder .penci-lines, .penci-menuhbg-wapper { display: none; }} Regards,PenciDesign.leoyipenvato repliedMarch 10, 2022 at 1:34pmThe hamburger menu is still there on desktop. 2,610PenciDesign repliedMarch 10, 2022 at 3:57pmHi,Please modify the CSS code like this: @media only screen and (min-width: 768px) { #navigation.header-4 .penci-menuhbg-wapper, #navigation.header-5 .penci-menuhbg-wapper { display: none; }} Regards,PenciDesign.leoyipenvato repliedMarch 11, 2022 at 6:10amworks perfectly. thank you very much! Sign in to reply ...
1. Enable hamburger menu in mobile only without enabling it on desktop.
2. Disable vertical mobile navigation.
Thank you very much.
Hi,
Please go to Appearance → Customize → Custom CSS then add the following custom CSS code:
Regards,
PenciDesign.
The hamburger menu is still there on desktop.
Hi,
Please modify the CSS code like this:
Regards,
PenciDesign.
works perfectly. thank you very much!