MrGross Posted June 8 Share Posted June 8 I've seen very similar posts but not quite what i'm having issue with. The menu navigation dropdown spacing is way too big & this is 7.1 so I don't see any way to customize spacing as we did in 7.0. Screenshot attached. Also, bonus round, how can we force a 50% WHITE color for the content background of the drop down menu? I was able to make it transparent or black opaque but how do I override for white. Link to comment
tuanphan Posted June 11 Share Posted June 11 #1. What is site url? #2. Add to Design > Custom CSS /* Dropdown color */ .header-nav-folder-content { background: rgba(255,255,255,0.5) !important; } MrGross 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
MrGross Posted June 12 Author Share Posted June 12 20 hours ago, tuanphan said: #1. What is site url? #2. Add to Design > Custom CSS /* Dropdown color */ .header-nav-folder-content { background: rgba(255,255,255,0.5) !important; } Thank you! I was missing the 0.5! this is great. any insight on how to make the negative space / padding tighter on the menu items? Still have a lot of empty / unnecessary spacing in drop down. Link to comment
tuanphan Posted June 13 Share Posted June 13 On 6/12/2023 at 10:28 AM, MrGross said: Thank you! I was missing the 0.5! this is great. any insight on how to make the negative space / padding tighter on the menu items? Still have a lot of empty / unnecessary spacing in drop down. You mean this? 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
MrGross Posted June 13 Author Share Posted June 13 8 hours ago, tuanphan said: You mean this? Yes. Link to comment
tuanphan Posted June 15 Share Posted June 15 On 6/13/2023 at 11:49 PM, MrGross said: Yes. Add to Design > Custom CSS /* Dropdown auto width */ .header-nav-folder-content { width: auto !important; min-width: unset !important; } 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
MrGross Posted June 17 Author Share Posted June 17 On 6/15/2023 at 1:58 AM, tuanphan said: Add to Design > Custom CSS /* Dropdown auto width */ .header-nav-folder-content { width: auto !important; min-width: unset !important; } Awesome! Huge help, thank you! 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