• Resolved RightBeatRadio

    (@rightbeatradio)


    Hello, we’re using this plugin on our website and it’s great so far, so thank you!

    An issue we’re having is that we have over 100 different categories (and will add more in the future) for our users to choose from. On the index page, the categories are displayed one after another, but this will get extremely cluttered when we finish adding all of our categories.

    Is there a way to display the categories on the index page in a drop down menu style? Hope this question makes sense.

    Thanks!

    https://rightbeatradio.com

    https://www.ads-software.com/plugins/cm-download-manager/

Viewing 1 replies (of 1 total)
  • Thread Starter RightBeatRadio

    (@rightbeatradio)

    We’re using a workaround for now.

    For those who need a similar solution, adding the “overflow-y: auto;” property to the categories “.boxGrey724” class, we can simply add vertical scroll functionality to the full categories list.

    We use “overflow-y” specifically to prevent horizontal scrollbars from displaying.

    .cmdm-index-categories.boxGrey724 {height: 95px; overflow-y: auto;}

    The height is, of course, tailored to our site.

    Thanks

Viewing 1 replies (of 1 total)
  • The topic ‘Displaying Categories in Drop Down Menu’ is closed to new replies.