miggibri Posted January 23, 2021 Share Posted January 23, 2021 I'd like to have the page links showing instead of hiding it in the hamburger menu on mobile. Is there a way to do so? I tried using a custom CSS that I found on another forum post but it didn't work. I'm also using the Cole template if that helps anyone Here's a picture of something that I would want to see in a mobile view! Thank you! Link to comment
tuanphan Posted January 24, 2021 Share Posted January 24, 2021 Hi. If you share site url, we can help easier 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
miggibri Posted January 24, 2021 Author Share Posted January 24, 2021 site url: https://onion-kale-k7m6.squarespace.com/ password: websitehelp Link to comment
tuanphan Posted February 1, 2021 Share Posted February 1, 2021 On 1/23/2021 at 11:01 PM, miggibri said: site url: https://onion-kale-k7m6.squarespace.com/ password: websitehelp Add to Design > Custom CSS /* Force desktop nav on mobile */ @media screen and (max-width:767px) { .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; } .header-title-nav-wrapper { flex-direction: column; } } 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
laurentlarue Posted July 6, 2021 Share Posted July 6, 2021 Hi, thanks for this code! Only thing is that the menu is not center anymore. Also, cart icon doubled up (.showondesktop appeared), so I hid it. Any help here ? thank you Link to comment
tuanphan Posted July 7, 2021 Share Posted July 7, 2021 8 hours ago, laurentlarue said: Hi, thanks for this code! Only thing is that the menu is not center anymore. Also, cart icon doubled up (.showondesktop appeared), so I hid it. Any help here ? thank you What is your site url? We can check easier 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
Create an account or sign in to comment
You need to be a member in order to leave a comment