joshroos Posted February 23, 2021 Share Posted February 23, 2021 Site URL: https://www.roosbrothers.com/ I'm having an issue with the navigation menu item line-height spacing being different from web viewing to mobile. When viewing on desktop the nav items are properly spaced but on mobile the items have very little spacing in-between. Is there a way to target mobile menu item spacing and set a specific line-height for mobile viewing only? Thanks! Beyondspace 1 Link to comment
Beyondspace Posted February 24, 2021 Share Posted February 24, 2021 2 hours ago, joshroos said: Site URL: https://www.roosbrothers.com/ I'm having an issue with the navigation menu item line-height spacing being different from web viewing to mobile. When viewing on desktop the nav items are properly spaced but on mobile the items have very little spacing in-between. Is there a way to target mobile menu item spacing and set a specific line-height for mobile viewing only? Thanks! You can try this Custom CSS @media only screen and (max-width: 768px) { .header-menu-nav-item a { line-height: 4.2rem !important; } } joshroos and tuanphan 2 BeyondSpace - Squarespace Website Developer 🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox) 🗓️ Delivery Date Picker (Squarespace Date format) 💫 Animated Buttons (Referral URL) 🥳 Sparkplugin Customisations Browsers (Browse +100 Spark plugin customisations) 🥳 Elfsight Template Browsers (Browse +1000 Elfsight widget 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
joshroos Posted February 24, 2021 Author Share Posted February 24, 2021 13 hours ago, bangank36 said: You can try this Custom CSS @media only screen and (max-width: 768px) { .header-menu-nav-item a { line-height: 4.2rem !important; } } Fixed - thanks! 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