vanessakrystin 2 Share Posted January 15 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 bangank36 1 Link to post
0 bangank36 683 Share Posted January 15 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 BaNgan from 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, Geolocation Automatic Currency Converter, Sortable Table from GSheetIf 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 post
Question
vanessakrystin 2
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 post
Top Posters For This Question
2
1
Popular Days
Jan 15
2
Jan 17
1
Top Posters For This Question
vanessakrystin 2 posts
bangank36 1 post
Popular Days
Jan 15 2021
2 posts
Jan 17 2021
1 post
Popular Posts
vanessakrystin
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?
Posted Images
2 answers to this question
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment