GabriellaW123 Posted August 13 Share Posted August 13 Hi there, Wanting some help on creating a custom hamburger menu for desktop, that only takes up half of the screen horizontally (see picture attached). With the logo and menu items positioned as pictured also. Site url is https://primrose-whale-2sxx.squarespace.com/ pw: 1234 Thank you! Link to comment
tuanphan Posted August 15 Share Posted August 15 You can use this code to Website Tools > Custom CSS div.header-menu { bottom: unset !important; height: 70vh !important; transform: translateY(-100%); transition: all 0.3s ease; } body.header--menu-open div.header-menu { transform: translateY(0); transition: all 0.3s ease; } .header-menu-nav-wrapper * { text-align: center; } 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