Rubendavies Posted March 3, 2022 Share Posted March 3, 2022 Site URL: https://rubendavies.co.uk/ Can anyone help me move the Menu in mobile view below my site title, I would also like to on desktop mode make my gallery smaller? Link to comment
Solution Beyondspace Posted March 3, 2022 Solution Share Posted March 3, 2022 36 minutes ago, Rubendavies said: Site URL: https://rubendavies.co.uk/ Can anyone help me move the Menu in mobile view below my site title, I would also like to on desktop mode make my gallery smaller? Try adding to Home > Design > Custom Css @media only screen and (max-width: 640px) { #canvas { display: flex; flex-direction: column; } #headerWrapper{ order: 1; } #mobileMenuLink { order: 2; } #pageWrapper { order: 3; } #footerWrapper { order:4; } } Let me know how it works Rubendavies 1 BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox, video lightbox and much more) 🗓️ Delivery Date Picker (Squarespace Date picker form field) 💫 Gallery block 7.1 workaround 🥳 No-code customisations for Squarespace (+100 Spark plugin customisations) 🥳 Freemium Squarespace Widget Templates (+1000 Elfsight Templates) If you find my answer useful, let's leave a like or upvote so others with the same issue can find their solution. Thank you! Link to comment
Beyondspace Posted March 3, 2022 Share Posted March 3, 2022 My testing BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox, video lightbox and much more) 🗓️ Delivery Date Picker (Squarespace Date picker form field) 💫 Gallery block 7.1 workaround 🥳 No-code customisations for Squarespace (+100 Spark plugin customisations) 🥳 Freemium Squarespace Widget Templates (+1000 Elfsight Templates) If you find my answer useful, let's leave a like or upvote so others with the same issue can find their solution. Thank you! Link to comment
Rubendavies Posted March 3, 2022 Author Share Posted March 3, 2022 @bangank36 is it possible to also place the menu by the side of my site logo and have it as an icon just for mobile and tablet? Link to comment
Beyondspace Posted March 3, 2022 Share Posted March 3, 2022 6 hours ago, Rubendavies said: @bangank36 is it possible to also place the menu by the side of my site logo and have it as an icon just for mobile and tablet? Can you show me a screenshot of your idea? BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox, video lightbox and much more) 🗓️ Delivery Date Picker (Squarespace Date picker form field) 💫 Gallery block 7.1 workaround 🥳 No-code customisations for Squarespace (+100 Spark plugin customisations) 🥳 Freemium Squarespace Widget Templates (+1000 Elfsight Templates) If you find my answer useful, let's leave a like or upvote so others with the same issue can find their solution. Thank you! Link to comment
cb3284 Posted March 9, 2022 Share Posted March 9, 2022 On 3/3/2022 at 12:51 AM, bangank36 said: Try adding to Home > Design > Custom Css @media only screen and (max-width: 640px) { #canvas { display: flex; flex-direction: column; } #headerWrapper{ order: 1; } #mobileMenuLink { order: 2; } #pageWrapper { order: 3; } #footerWrapper { order:4; } } Let me know how it works Hi! I'm trying to the same thing on the Avenue template and with this code, I am getting the menu index at the very bottom - I was wondering if you had any insight on how to fix this? Link to comment
tuanphan Posted March 13, 2022 Share Posted March 13, 2022 On 3/9/2022 at 8:51 PM, cb3284 said: Hi! I'm trying to the same thing on the Avenue template and with this code, I am getting the menu index at the very bottom - I was wondering if you had any insight on how to fix this? What is your site url? Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
OpenPollination Posted June 12, 2022 Share Posted June 12, 2022 (edited) @bangank36 Does this code work on 7.1? It doesn't budge the mobile burger menu, which is what I'd love to move below the mobile logo. My domain is thefolkgrimoire.squarespace.com, password 'magic' Thank you! Edited June 12, 2022 by OpenPollination Link to comment
tuanphan Posted June 13, 2022 Share Posted June 13, 2022 On 6/12/2022 at 8:12 AM, OpenPollination said: Does this code work on 7.1? It doesn't budge the mobile burger menu, which is what I'd love to move below the mobile logo. My domain is thefolkgrimoire.squarespace.com, password 'magic' Thank you! Add this CSS to move burger under mobile logo div.header-display-mobile { flex-direction: column; } OpenPollination 1 Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
OpenPollination Posted June 14, 2022 Share Posted June 14, 2022 15 hours ago, tuanphan said: Add this CSS to move burger under mobile logo div.header-display-mobile { flex-direction: column; } Thank you!! That worked perfectly! 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