Lola23 0 Posted November 8 Hi everyone, I am trying to reduce the line spacing on the mobile navigation menu using Wells theme. It's very big and spacious at default. Have been trying for hours - anyone found a way? Thanks! Share this post Link to post
0 tuanphan 6,112 Posted November 8 Can you share link to your site? Send me a message if you have any questions | View my service if you need more support View 4200+ Custom Code for Squarespace How to Setup Password & Share Site URL How to find Page ID Share this post Link to post
0 MagneM 19 Posted November 9 Hi @Lola23 Put this in Design > Custom CSS: #mobileNav li a { line-height: 1.6em !important; } #mobileNav.menu-open { height: 220px !important; margin-top: -1em !important; } Magne 1 Lola23 reacted to this Share this post Link to post
0 Lola23 0 Posted November 9 @MagneM @tuanphan and everyone, Would you know how to make text decoration underline on click in mobile navigation? I've got the underline once project page loads but not on click/selected if possible? Thank you! Share this post Link to post
0 MagneM 19 Posted November 9 (edited) @Lola23 #mobileNav li a:hover { text-decoration: underline !important; } or: #mobileNav li a:hover { border-bottom: 1px solid !important; } (I guess you can skip all those li's) Magne Edited November 9 by MagneM 1 Lola23 reacted to this Share this post Link to post
Hi everyone,
I am trying to reduce the line spacing on the mobile navigation menu using Wells theme. It's very big and spacious at default.
Have been trying for hours - anyone found a way?
Thanks!
Share this post
Link to post