Mjhalo831 Posted September 27, 2022 Share Posted September 27, 2022 Hi All! Would appreciate some help on this. On the desktop version of my site I put a little ||| icon that leads to a drop down menu. Unfortunately when I look at this on Mobile, I want the first thing the user sees to be the drop down menu pages, not the ||| symbol. I hope that makes sense. I've attached images!! thank you! Link to comment
tuanphan Posted September 27, 2022 Share Posted September 27, 2022 Try adding this to Design > Custom CSS @media only screen and (max-width: 767px) { .header-menu-nav-folder[data-folder="root"] { display: none !important; } .header-menu-nav-folder-content .header-menu-controls { display: none; } .header-menu-nav-folder:not([data-folder="root"]) { transform: unset; transition: unset; } } 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
Mjhalo831 Posted September 27, 2022 Author Share Posted September 27, 2022 Oh wow, wow, thank you so so much. That really worked!!! ❤️ Link to comment
Mjhalo831 Posted September 27, 2022 Author Share Posted September 27, 2022 Do you know if there is a way to make just that mobile text smaller or a different size? I see Squarespace allowed me to change the line spacing, but the size option I'm not seeing. Link to comment
tuanphan Posted September 30, 2022 Share Posted September 30, 2022 On 9/28/2022 at 5:35 AM, Mjhalo831 said: Do you know if there is a way to make just that mobile text smaller or a different size? I see Squarespace allowed me to change the line spacing, but the size option I'm not seeing. Use this new code @media only screen and (max-width: 767px) { .header-menu-nav-folder[data-folder="root"] { display: none !important; } .header-menu-nav-folder-content .header-menu-controls { display: none; } .header-menu-nav-folder:not([data-folder="root"]) { transform: unset; transition: unset; } .header-menu-nav-folder-content * { font-size: 10px !important; } } 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