Aoifebr1 Posted November 9, 2020 Share Posted November 9, 2020 Site URL: http://www.magicalsantaletters.ie I was hoping someone could help, please. I would like to have the option to move my hamburger to the centre of the page so that it appears below my logo. Is this possible with custom css? My website is http://www.magicalsantaletters.ie and my password is 1 Thank you kindly! - Aoife Link to comment
Beyondspace Posted November 9, 2020 Share Posted November 9, 2020 8 minutes ago, Aoifebr1 said: Site URL: http://www.magicalsantaletters.ie I was hoping someone could help, please. I would like to have the option to move my hamburger to the centre of the page so that it appears below my logo. Is this possible with custom css? My website is http://www.magicalsantaletters.ie and my password is 1 Thank you kindly! - Aoife .header-display-mobile, .header-burger { display: block !important; margin: 0 auto !important; } .header-mobile-logo { text-align: center; } Greeting, it's BeyondSpace, I am Squarespace dev focus on provide solutions to enhance feature that squarespace.com can't provide.Feel free to check my current Squarespace Plugins Developement: Enable Pinch/Zoom on lightbox, Delivery Date Picker, Lightbox Studio pluginIf you find my answer fit your need, let's leave a like or upvote so others with the same issue can find their solution. Thank you Link to comment
Aoifebr1 Posted November 9, 2020 Author Share Posted November 9, 2020 That's brilliant, thank you 🙂 Beyondspace 1 Link to comment
Beyondspace Posted November 9, 2020 Share Posted November 9, 2020 3 minutes ago, Aoifebr1 said: That's brilliant, thank you 🙂 that a mistake, try this .header-display-mobile .header-display-mobile, .header-display-mobile .header-burger { display: block !important; margin: 0 auto !important; } .header-display-mobile .header-mobile-logo { text-align: center; } Greeting, it's BeyondSpace, I am Squarespace dev focus on provide solutions to enhance feature that squarespace.com can't provide.Feel free to check my current Squarespace Plugins Developement: Enable Pinch/Zoom on lightbox, Delivery Date Picker, Lightbox Studio pluginIf you find my answer fit your need, let's leave a like or upvote so others with the same issue can find their solution. Thank you Link to comment
Aoifebr1 Posted November 9, 2020 Author Share Posted November 9, 2020 Can you just check this for me, please. The mobile header is now showing on the desktop? Thanks 🙂 Link to comment
Aoifebr1 Posted November 9, 2020 Author Share Posted November 9, 2020 Sorry, I just seen your last message. That has solved the mobile appearing on the desktop but the hamburger is back aligned to the right. Link to comment
Beyondspace Posted November 9, 2020 Share Posted November 9, 2020 39 minutes ago, Aoifebr1 said: Sorry, I just seen your last message. That has solved the mobile appearing on the desktop but the hamburger is back aligned to the right. @media only screen and (max-width: 786px) { .header-display-mobile { display: block !important; } } .header-display-mobile .header-display-mobile, .header-display-mobile .header-burger { display: block !important; margin: 0 auto !important; } .header-display-mobile .header-mobile-logo { text-align: center; } Aoifebr1 1 Greeting, it's BeyondSpace, I am Squarespace dev focus on provide solutions to enhance feature that squarespace.com can't provide.Feel free to check my current Squarespace Plugins Developement: Enable Pinch/Zoom on lightbox, Delivery Date Picker, Lightbox Studio pluginIf you find my answer fit your need, let's leave a like or upvote so others with the same issue can find their solution. Thank you Link to comment
Aoifebr1 Posted November 9, 2020 Author Share Posted November 9, 2020 Great thank you 🙂 Beyondspace 1 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