How to add scroll to main menu?

Posted in: Newspaper
Post count: 7

Hello,
I have very long main menu with a log positions. It’s bigger than height of display. I would like to add scroll to this menu. Is it possible? Do you have any ideas how to do it?

Post count: 35449

Hi KzP89, unfortunately there is no option for this, but I can provide a custom css, please provide a link where I can inspect the main menu.
Thank you!

Post count: 7

This is my website:
https://www.chmielnik-jakubowy.pl (website is about alcohol, so there is an age gate).

The menu for example “Recenzje -> Polskie piwa wg browarów is very, very long. On the home page it isn’t a problem, because there is much content, but in articles whole menu doesn’t appear on desktop’s display.

  • This reply was modified 5 years by KzP89.
Post count: 35449

Hi,
What you can do is to use a custom css for adding a scroll bar, like this one https://i.imgur.com/eWJUVfx.jpg
.sf-menu .td-normal-menu ul ul{
overflow: auto;
max-height: 400px;
}

This code need to be set in theme panel > custom code> custom css.
Hope this will help you!

Post count: 7

Thank you very much – that’s what I wanted 🙂

Viewing 5 posts - 1 through 5 (of 5 total)
The forum ‘Newspaper’ is closed to new topics and replies.