Max height menu with uppermenu

Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #16752

    Hello on my site
    http://siouxcity.staging.wpengine.com/north-high-school/
    when we hover on Academics in menu section than all data is not showing like meth sub menu in chrome while in firefox this is showing what i do(in all browser all data must be shown)
    username-demo
    password-nVyH$k2dLDzwm54g#4kB&n)m

    #16765
    Raghavendra
    Moderator

    When I hover on Academics menu in Chrome, all of the data does show up and when I compare the same with what is seen in FireFox, I see no difference. I see that the dropdown is too big to really show up in the space, specially on devices with lower resolution like a laptop. Is there a way you can cut it down a bit – have an index page or sitemap page of some kind so that users can navigate through the same.

    #16790
    This reply has been marked as private.
    #16804
    Raghavendra
    Moderator

    Can you pls try this Custom CSS entered into the theme options Custom CSS tab –

    .ubermenu .ubermenu-item.ubermenu-active .ubermenu-submenu-drop { overflow-y: scroll; }
    

    Will add a scrollbar to the dropdown and the user can then navigate down to see all the content of the dropdown.

    #16823
    This reply has been marked as private.
    #16836
    Raghavendra
    Moderator

    I do see a scroll bar now in Chrome on your site. This change has taken effect as verified by me. Are you not not able to see the scrollbar on the right of the dropdown?

    #16845
    Veena
    Moderator

    Can you pls try the below custom CSS in themeoptions and see if it helps –

    .ubermenu .ubermenu-image, .ubermenu .ubermenu-submenu-drop {
        backface-visibility: visible;
        -webkit-transform: none;
    }
    .ubermenu .ubermenu-active>.ubermenu-submenu.ubermenu-submenu-type-mega {
        max-height: 500px;
    }
    .ubermenu .ubermenu-item .ubermenu-submenu-drop {
        overflow: scroll;
    }
    
Viewing 7 posts - 1 through 7 (of 7 total)
  • The forum ‘Invent Theme Support’ is closed to new topics and replies.