kristicchilton Posted August 14 Share Posted August 14 The navigation menu for our services tab is cut off when not in full screen mode. Is there a code we can use to make the drop down two columns or scrollable? Link to comment
Lesum Posted August 15 Share Posted August 15 @kristicchilton Hi! Can you share your site URL for context? If my comments were useful, please like or mark my solution as answer so others can scroll to it quickly. Sam Web Developer & Digital Designer ☕ Did you find my contribution helpful? Buy me a coffee? Link to comment
tuanphan Posted August 17 Share Posted August 17 You can use this code to Website Tools > Custom CSS to create scroll bar div.header-nav-folder-content { max-height: 400px; overflow-y: scroll; } Or this CSS code if you want to make 2 columns div.header-nav-folder-content { column-count: 2; } 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
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment