Viewing 6 posts - 1 through 6 (of 6 total)
  • Author
    Posts
  • #333591

    Hi,

    If you have a look at the link posted, the fullwidth menu looks great until the screen size is less than about 1113 pixels. Some of the menu items drop below but then they dissapear after a while, and even then they are visible underneath they are just floating words and don’t have the same formatting as the first bit of the menu. At 400px only three submenu items are showing.

    This feature is going to be very useful for me if we can get it to work.
    Cheers

    #334158

    Hey TheProductionHouseEvents!

    Thank you for the heads up.

    Please use this on Quick CSS or custom.css to resize the submenu on smaller screen size:

    @media only screen and (max-width: 1113px) {
    #top .av-subnav-menu > li > a {
    padding: 0px 5px 0px 7px;
    font-size: 11px;
    }
    }

    Cheers!
    Ismael

    #338087

    Hi Ismael,

    Sorry it’s still not working.

    #338089

    Ive noticed as well, when the menu items drop below, they become unselectable if there is more than one menu item that has dropped down.

    #342052

    Hey!

    Try adding this code to the Quick CSS:

    #top .av-submenu-container {
        height: auto;
    }

    Cheers! 
    Josue

    #342497

    BRILLIANT!!!!!!!!! Worked like a charm. Thanks so much!

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘full width sub menu not loading all items on small screen sizes’ is closed to new replies.