tuanphan Posted August 17 Share Posted August 17 To change Site Navigation Line Height, you can follow these steps #1. Click Site Styles icon on top right of site. #2. At Fonts > Click Arrow icon #3. Click Assign Styles #4. At Site Navigation > Click Custom #5. Change Line Height here Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
tilegore Posted August 27 Share Posted August 27 Hi @tuanphan... I have the same situation on my website, as I have many submenus that are already hidden on some screens, I would like to help with a code to reduce the vertical spaces in the menus (for PC and mobile versions). 🙏 https://www.dextersupplier.com Link to comment
tuanphan Posted August 28 Author Share Posted August 28 15 hours ago, tilegore said: Hi @tuanphan... I have the same situation on my website, as I have many submenus that are already hidden on some screens, I would like to help with a code to reduce the vertical spaces in the menus (for PC and mobile versions). 🙏 https://www.dextersupplier.com You can use this code to Website Tools > Custom CSS to reduce space div.subnav div.collection a { padding-top: 0px !important; padding-bottom: 0px !important; } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!) Link to comment
tilegore Posted August 28 Share Posted August 28 7 hours ago, tuanphan said: You can use this code to Website Tools > Custom CSS to reduce space div.subnav div.collection a { padding-top: 0px !important; padding-bottom: 0px !important; } This worked perfectly! 🤩 Thank you very much @tuanphan! 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