AutumnFarmSanctuary Posted March 16, 2020 Share Posted March 16, 2020 Site URL: https://autumnfarmsanctuary.org/ Hello! This is my first post on any forum! Woohoo!! Anyway, I have way too many pages on my homepage and I like the clean "hamburger" icon look. I've tried to put some CSS codes in, but they move everything around weird. If anyone has any input, it would be appreciated:) Link to comment
tuanphan Posted March 16, 2020 Share Posted March 16, 2020 You want to convert all pages to hamburger icon, like on mobile? 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
AutumnFarmSanctuary Posted March 17, 2020 Author Share Posted March 17, 2020 yes please! Link to comment
AutumnFarmSanctuary Posted March 25, 2020 Author Share Posted March 25, 2020 Any help would be greatly appreciated! Link to comment
tuanphan Posted March 26, 2020 Share Posted March 26, 2020 21 hours ago, AutumnFarmSanctuary said: Any help would be greatly appreciated! There have been 2 solutions on the forum about this, but I don't remember the exact link. You can search on Forum: force mobile header on desktop squarespace 7.1 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
derricksrandomviews Posted March 26, 2020 Share Posted March 26, 2020 /* 768 for tablet - desktop - 992 for desktop */ @media screen and (min-width:768px) { /* hide navigation */ .header-nav { display: none; } /* Hide header button */ .header-actions { display: none; } /* show burger */ .header-burger { display: flex; } /* Show overlay mobile menu */ .header--menu-open .header-menu { opacity: 1; visibility: visible; } } Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.