vanessakrystin Posted January 15, 2021 Share Posted January 15, 2021 Site URL: http://www.thisisblueprint.com Hey all, Does anyone know how I can change the line height in my forced mobile nav menu? And also how to add a manual link to the existing code? Code: /* 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; line-height: 1em; } } Let me know if you can help, thanks Beyondspace 1 Link to comment
Beyondspace Posted January 15, 2021 Share Posted January 15, 2021 3 hours ago, vanessakrystin said: Site URL: http://www.thisisblueprint.com Hey all, Does anyone know how I can change the line height in my forced mobile nav menu? And also how to add a manual link to the existing code? Code: /* 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; line-height: 1em; } } Let me know if you can help, thanks You can add this to Design->Custom CSS .header-menu-nav-item a { padding: 2vw; } 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
vanessakrystin Posted January 17, 2021 Author Share Posted January 17, 2021 Thank you so much! 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