remmus451 Posted August 28, 2020 Share Posted August 28, 2020 Site URL: https://www.parkersburgartcenter.org/ I used CSS to align my logo with the navigation bar in 7.0. It worked great, but now I need to hide that navigation on mobile. Please help. Link to comment
Beyondspace Posted August 28, 2020 Share Posted August 28, 2020 2 minutes ago, remmus451 said: Site URL: https://www.parkersburgartcenter.org/ I used CSS to align my logo with the navigation bar in 7.0. It worked great, but now I need to hide that navigation on mobile. Please help. Hi there, you can use media query like so To add CSS, go to Design -> Custom CSS @media screen and (max-width: 767px) { header#header { display: none !important; } } BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox - Lightbox captions only mode) 🗓️ Delivery Date Picker (Squarespace Date picker form field) 💫 Gallery block 7.1 workaround 🥳 No-code customisations for Squarespace 🚀 Learn how to rank new pages on Google in 48 hours! If you find my answer useful, let's leave a like or upvote so others with the same issue can find their solution. Thank you! Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.