Ryan_design Posted April 7, 2020 Share Posted April 7, 2020 Hi All, Looking for some help on forcing the mobile navigation for desktop on the Lange template. The theme doesn't have the mobile breakpoint slider so was hoping someone could point me to the next best solution. Appreciate the feedback! Link to comment
tuanphan Posted April 8, 2020 Share Posted April 8, 2020 Add to Home > design > Custom CSS @media screen and (min-width:768px) { /* hide navigation */ .header-nav { display: none; } /* Hide header button */ .header-actions { display: none; } /* show burger */ .header-burger { display: flex; } /* Show overlay mobile menu */ .header--menu-open .header-menu { opacity: 1; visibility: visible; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
Ryan_design Posted May 11, 2020 Author Share Posted May 11, 2020 @tuanphan Hey thank you for sending. This unfortunately doesn't do anything. Am I missing something? Link to comment
tuanphan Posted May 12, 2020 Share Posted May 12, 2020 17 hours ago, Ryan_design said: @tuanphan Hey thank you for sending. This unfortunately doesn't do anything. Am I missing something? Can you keep the code & share link to your site? Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
Ryan_design Posted August 13, 2020 Author Share Posted August 13, 2020 On 5/12/2020 at 7:14 AM, tuanphan said: Can you keep the code & share link to your site? billsilvaentertainment.com Link to comment
tuanphan Posted August 17, 2020 Share Posted August 17, 2020 On 8/13/2020 at 10:52 PM, Ryan_design said: billsilvaentertainment.com Sorry, I thought Lange is SS 7.1 template Remove above & add this to Home > Design > Custom CSS /* remove desktop header */ header#header { display: none; } /* Show mobile header */ .mobile-bar-wrapper { display: flex; } .mobile-branding-wrapper { flex-grow: 1;; } svg.Icon.Icon--hamburger { fill: black; stroke: black; } label.mobile-nav-toggle-label { flex-grow: 1; text-align: right; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.