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; } 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
Aoifebr1 Posted November 9, 2020 Author Share Posted November 9, 2020 That's brilliant, thank you 🙂 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; } 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
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; } 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
Aoifebr1 Posted November 9, 2020 Author Share Posted November 9, 2020 Great thank you 🙂 Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.