dz4 Posted February 7, 2021 Share Posted February 7, 2021 Site URL: https://cswebsitetest.squarespace.com/config/ Hi All, I have a question... On desktop, the hamburger for the menu displays top left. On mobile, this moves to bottom left. My client would like the hamburger to display top left on the mobile site but I can't figure out how to move it? Would anyone be able to give me some advice? https://cswebsitetest.squarespace.com - For reference Thanks! Link to comment
tuanphan Posted February 8, 2021 Share Posted February 8, 2021 Hi. Which template do you use? 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
dz4 Posted February 8, 2021 Author Share Posted February 8, 2021 Hi, It's called Ready. Link here: https://www.squarespace.com/templates/ready-demo Thanks Link to comment
tuanphan Posted February 18, 2021 Share Posted February 18, 2021 Try adding to Design > Custom CSS @media screen and (max-width:768px) { div#mobileBar { bottom: unset; top: 0; } div#site { margin-top: 40px; } } 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
Recommended Posts
Archived
This topic is now archived and is closed to further replies.