tenamoore Posted July 31 Share Posted July 31 (edited) Hi All, I've been searching all day and can't figure this out. I've tried other people's fixes, and they aren't working. I have used this code to make the full-screen mobile navigation: https://www.eaalexander.com/ .header .header-burger{display:flex} .header-nav, .header-actions {display:none} .header--menu-open .header-menu { opacity: 1; visibility: visible;} @media only screen and (max-width: 640px){ p{font-size: 1rem!important} } It works great, but the font is enormous and there's lots of space between the nav links. Because I've used CSS, it's not allowing me to adjust the font size or space in-between the usual way. Can anyone help? Pic below - you have to scroll to see the whole nav, because it's huge. Thanks!! Edited August 1 by tenamoore I want to follow the thread Link to comment
tenamoore Posted August 1 Author Share Posted August 1 (edited) I had forgotten to put the website link, but I edited it and it's http://www.eaalexander.com Edited August 1 by tenamoore putting the http in the link Link to comment
Solution tuanphan Posted August 3 Solution Share Posted August 3 You should remove line-height from this code, unless some menu items won't be clickable .header-menu-nav-folder a { font-size: 1rem; line-height: .01; } to reduce space between items + font size, use this code /* burger menu items */ .header-menu-nav-folder a { margin-top: 5px !important; margin-bottom: 5px !important; line-height: initial !important; font-size: 14px !important; } tenamoore 1 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
tenamoore Posted August 15 Author Share Posted August 15 Thank you! It worked! tuanphan 1 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