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. Beyondspace 1 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; } } tuanphan and remmus451 2 Greeting, it's BeyondSpace, I am Squarespace dev focus on provide solutions to enhance feature that squarespace.com can't provide.Feel free to check my current Squarespace Plugins Developement: Enable Pinch/Zoom on lightbox, Delivery Date Picker, Lightbox Studio pluginIf you find my answer fit your need, let's leave a like or upvote so others with the same issue can find their solution. 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