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 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; } BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox, video lightbox and much more) 🗓️ Delivery Date Picker (Squarespace Date picker form field) 💫 Gallery block 7.1 workaround 🥳 No-code customisations for Squarespace (+100 Spark plugin customisations) 🥳 Freemium Squarespace Widget Templates (+1000 Elfsight Templates) 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
vanessakrystin Posted January 17, 2021 Author Share Posted January 17, 2021 Thank you so much! Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.