Hi Menaka
Thanks fot reply.
I tried mega menu but it didn’t work well.
Anyway I would rather do that with a simple css then with plugin.
Do you have any idea why it doesn’t work?
Or how to do that with this theme?
So I managed to add css to make a scroll to the long menu and move the scroller to the right (cause my site is rtl):
.tc-header .dropdown-menu {
overflow-y: auto;
max-height: 500px;
direction: ltr;
}
and
@media (max-width: 979px) {
.tc-header .dropdown-menu {
max-height: none;
}
}
Only problem left now is the third level menu. It’s not showing properly.
Any ideas?
I know that sould be done with Z-index, but can’t succeed to do that