Lola23 Posted November 8, 2019 Share Posted November 8, 2019 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! Link to comment
tuanphan Posted November 8, 2019 Share Posted November 8, 2019 Can you share link to your site? Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care Link to comment
MagneM Posted November 9, 2019 Share Posted November 9, 2019 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 Link to comment
Lola23 Posted November 9, 2019 Author Share Posted November 9, 2019 Thank you so much @MagneM ! Link to comment
Lola23 Posted November 9, 2019 Author Share Posted November 9, 2019 @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! Link to comment
MagneM Posted November 9, 2019 Share Posted November 9, 2019 @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 Link to comment
Lola23 Posted November 9, 2019 Author Share Posted November 9, 2019 @MagneM Brilliant brilliant thank youu! Link to comment
Recommended Posts
Archived
This topic is now archived and is closed to further replies.