I’d like to hide the mobile navigation menu, and instead just scale out my navigation menu underneath the title of my site when viewed on an iPhone. I do not want to disable the mobile style completely, just the menu drop down.
Any way to do this through CSS or code injection? Thanks!
Question
dylanseeger
I’d like to hide the mobile navigation menu, and instead just scale out my navigation menu underneath the title of my site when viewed on an iPhone. I do not want to disable the mobile style completely, just the menu drop down.
Any way to do this through CSS or code injection? Thanks!
My site is dyln.me.
Edited by claineAlternative musician. I made Readers & Reporters.
Link to comment
Top Posters For This Question
1
1
4
2
Popular Days
Feb 22
3
Mar 8
3
Dec 23
1
Nov 21
1
Top Posters For This Question
one27mediahouse 1 post
foleyatwork 1 post
dylanseeger 4 posts
tuanphan 2 posts
Popular Days
Feb 22 2013
3 posts
Mar 8 2013
3 posts
Dec 23 2014
1 post
Nov 21 2017
1 post
Popular Posts
tuanphan
If you use SS 7.1. add this to Design > Custom CSS @media screen and (max-width:767px) { .header-display-desktop { display: flex !important; } .header-display-mobile { display: none !im
arogspace
This is excellent and assists with my issue also, however I'd love to have the navigation on mobile sit to the far right corner. Is there a tweak to this code to cater for this? Currently it sits just
17 answers to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment