visionsbyfurks Posted September 23, 2021 Share Posted September 23, 2021 Site URL: https://studiofurks.com/ Hi, I wanted to make sure that on the mobile version my website, the 2 page links that I have would appear without the need of using the hamburger menu. Example of what I'd like: Link to current site: https://studiofurks.com/ Link to comment
DigitalSerif Posted September 23, 2021 Share Posted September 23, 2021 I was wondering the same thing 🙂 Would love the option. Link to comment
DigitalSerif Posted September 23, 2021 Share Posted September 23, 2021 btw, i found this in the forum. May help you: Link to comment
visionsbyfurks Posted September 23, 2021 Author Share Posted September 23, 2021 Hi, thanks @DigitalSerif tried the code on there but it doesn't really help sadly Link to comment
tuanphan Posted September 25, 2021 Share Posted September 25, 2021 Add to Design > Custom CSS /* Force desktop menu on Tablet - Version 1 */ @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; } } JustDoNick 1 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
visionsbyfurks Posted April 24, 2022 Author Share Posted April 24, 2022 (edited) How do I increase the spacing between 2 navigation text links with this code, ONLY on mobile please? @tuanphan Edited April 24, 2022 by visionsbyfurks edit question Link to comment
tuanphan Posted April 27, 2022 Share Posted April 27, 2022 On 4/25/2022 at 2:05 AM, visionsbyfurks said: How do I increase the spacing between 2 navigation text links with this code, ONLY on mobile please? @tuanphan Add this code under @media screen and (max-width:767px) { div.header-nav-item:first-child { margin-right: 40px; } } 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
Roconnor Posted November 30, 2022 Share Posted November 30, 2022 Hello, I have added this custom css, but it made the cart icon appear double, any way to fix this? Link to comment
tuanphan Posted December 2, 2022 Share Posted December 2, 2022 On 11/30/2022 at 11:29 PM, Roconnor said: Hello, I have added this custom css, but it made the cart icon appear double, any way to fix this? What is site url? 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