1. Home
  2. Beat Store
  3. CSS Tip: Beat Sorting Dropdown Menu
  1. Home
  2. FAQs
  3. CSS Tip: Beat Sorting Dropdown Menu

CSS Tip: Beat Sorting Dropdown Menu

This CSS will allow you to set a max height for the beat-sorting dropdown menu if you have a long list of sorting options.

#beat_sort_bar ul li ul li ul {
     max-height: 450px!important;
     overflow: scroll;
     width: 225px;
     background: #333;
}

Tutorial: How to Add CSS

Updated on March 9, 2025

Was this article helpful?

Related Articles


Need Help?

1. Try searching for answers. Try searching different terms if you can't find a answer. 2. Try troubleshooting if something is not working.

3. If you can't find answers, click to leave a comment. Provide website links and detailed information.