Discologist Posted May 4, 2023 Share Posted May 4, 2023 (edited) The first image is the dropdown closed, and the second is the dropdown open. That second one is "fine" but obviously it would be better if it just displayed, say, 10 items and allowed the user to scroll down to see the rest. I can change the height of the dropdown using CSS currently but that only keeps it from enlarging the section (which makes it worse), but it still displays all of the items. Any ideas on how to tell it to just display a few? site is https://www.discologist.com/livemusicarchive Edited May 4, 2023 by Discologist add site Link to comment
Solution tuanphan Posted May 8, 2023 Solution Share Posted May 8, 2023 Add to Design > Custom CSS ul.archive-group-list { max-height: 300px; overflow-x: scroll; } 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