BloomStudio Posted July 17 Share Posted July 17 (edited) Hello, I'm looking to move the header logo and menu burger icon to the middle of the desktop page. I currently customised the menu to appear as the mobile version on desktop. See attached screen shot of desired outcome. The desired outcome is like this website: https://staging.alexanderdesign.thebeauxartsdigital.com/ Website is: https://bumblebee-blenny-z38d.squarespace.com/ Password: styledhabitat Many thanks. Edited July 17 by BloomStudio Link to comment
Solution tuanphan Posted July 19 Solution Share Posted July 19 You can use this code to Website Tools > Custom CSS @media screen and (min-width:768px) { div.header-title, div.header-burger { position: fixed; top: 50%; transform: translateY(-50%) !important; } div.header-burger { right: 0 !important; left: unset !important; } } 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
Create an account or sign in to comment
You need to be a member in order to leave a comment