SelwynGoodman Posted July 11, 2022 Share Posted July 11, 2022 Site URL: https://selwyngoodman.co How do I remove the overlay menu on my website, ive tried everything but haven't seen the options. Can I get some help with this many thanks. Link to comment
tuanphan Posted July 12, 2022 Share Posted July 12, 2022 You mean remove burger overlay menu on mobile force desktop menu appear on mobile Is this right? Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
SelwynGoodman Posted July 12, 2022 Author Share Posted July 12, 2022 I changed mine to the plus sign but yes thats correct. Link to comment
tuanphan Posted July 13, 2022 Share Posted July 13, 2022 Add to Design > Custom CSS /* Force desktop nav on tablet mobile - version 2 */ @media screen and (max-width:991px) { .header-display-desktop { display: flex !important; } .header-display-mobile { display: none; } .header-burger { display: none; } .header-nav { display: flex !important; } .header-nav { display: flex !important; flex: 70% !important; justify-content: flex-end; width: 70% !important; } .header-title { flex: 50% !important; } .showOnDesktop .header-actions-action.header-actions-action--cart { display: none; } } SelwynGoodman 1 Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
SelwynGoodman Posted July 13, 2022 Author Share Posted July 13, 2022 Thank you so much ill give that a try! Link to comment
SelwynGoodman Posted July 13, 2022 Author Share Posted July 13, 2022 Hey Tuanphan it works! is there a way for me to increase the spacing between the buttons? Link to comment
tuanphan Posted July 14, 2022 Share Posted July 14, 2022 9 hours ago, SelwynGoodman said: Hey Tuanphan it works! is there a way for me to increase the spacing between the buttons? Which buttons are you referring to? Or You mean space between nav links? Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
SelwynGoodman Posted July 14, 2022 Author Share Posted July 14, 2022 Yes the space between the nav links or atleast an area in the custom code that I can use to adjust it? Link to comment
tuanphan Posted July 14, 2022 Share Posted July 14, 2022 1 hour ago, SelwynGoodman said: Yes the space between the nav links or atleast an area in the custom code that I can use to adjust it? Try this new code /* Force desktop nav on tablet mobile - version 2 */ @media screen and (max-width:991px) { .header-display-desktop { display: flex !important; } .header-display-mobile { display: none; } .header-burger { display: none; } .header-nav { display: flex !important; } .header-nav { display: flex !important; flex: 70% !important; justify-content: flex-end; width: 70% !important; } .header-title { flex: 50% !important; } .showOnDesktop .header-actions-action.header-actions-action--cart { display: none; } .header-nav-item { margin-left: 3.5vw !Important; } } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
SelwynGoodman Posted July 14, 2022 Author Share Posted July 14, 2022 Much better thank you so much for your help! Link to comment
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment