charlineca Posted August 9, 2023 Posted August 9, 2023 Hi, my site https://cowbell-watermelon-c4g2.squarespace.com/ (password is coffee) only has 3 navigation links, and instead of having a hamburger menu on mobile, I would like to "stack" the 3 links on top of each other. Is this possible?
tuanphan Posted August 11, 2023 Posted August 11, 2023 The site url doesn't exist. Can you check it again? 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!)
charlineca Posted August 11, 2023 Author Posted August 11, 2023 16 minutes ago, tuanphan said: The site url doesn't exist. Can you check it again? Sorry, it's now therista.squarespace.com
tuanphan Posted August 12, 2023 Posted August 12, 2023 Add to Design > Custom CSS or Website > Website Tools > Custom CSS /* Force desktop nav */ @media screen and (max-width:991px) { .header-display-desktop { display: flex !important; } .header-display-mobile { display: none; } .header-burger { display: none; } .header-nav { display: flex !important; } .header-nav { display: flex !important; flex: 70% !important; justify-content: flex-end; } .showOnDesktop .header-actions-action.header-actions-action--cart { display: none; } .header-title-nav-wrapper { max-width: 65% !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!)
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment