Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #864507

    Hi,

    I have a lot of submenu-items, the list is longer then the height of my window. After searching this forum I found the next code:

    .main_menu .menu ul {
    height: 500px;
    overflow: show;
    overflow-y: scroll;
    }

    This is working fine, but of course it sets the height of all menu-items. In the original code the overflow was set to hidden, but then the code didn’t work.

    Can you help me out with this please?
    The url of my site is in the private section.

    Regards,

    Erwin

    #864841

    Hey Erwin,

    Can you make it a mega menu with several columns? Maybe it’s better that way?
    It didn’t really scroll vertically on my side.

    Best regards,
    Victoria

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