Problem with the slider on the menu

Posted in: Newspaper
Post count: 136

As you can see on the picture i have to many categories on this menu and I was wondering where I can find something to choose a different kind of slider that allows to show them all on a good way?

See image:
https://www.dropbox.com/s/jl87d1qsq0iyucc/Schermafdruk%202016-11-29%2015.02.44.png?dl=0

Post count: 22421

Hello,

you can add this code in the theme panel->custom css box to limit the menu size and add a scroll to it:
.menu-item-125 .sub-menu{
max-height:400px;
overflow:auto!important;
}

result: http://screencast.com/t/y91qBEnvjQ

Thank you!

Post count: 136

It worked thank you very much!

Post count: 22421

No problem!

Viewing 4 posts - 1 through 4 (of 4 total)
You must be logged in to reply to this topic.