Viewing 4 replies - 1 through 4 (of 4 total)
  • Thread Starter meravjon

    (@meravjon)

    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?

    Thread Starter meravjon

    (@meravjon)

    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?

    Thread Starter meravjon

    (@meravjon)

    I know that sould be done with Z-index, but can’t succeed to do that

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘split dropdoen menu’ is closed to new replies.