Home Forums WoodMart support forum playing with sticky navigation

playing with sticky navigation

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

    arty
    Participant

    Hi,
    we are thinking in switching our menu to sticky navigation.
    We have cloned the site and playing with it and we have reached a nice implementation level.
    However we could find a legit way to display more content than what is in viewport.
    meaning to have more ctegories than the screen height.
    we have tried:
    #menu-category-side-menu {
    overflow:hidden;
    overflow-y:auto;
    }
    but now the submenu dropdown is hidden.
    could you please help?
    thank you in advance,
    Menelaos

    #716551

    Aizaz Imtiaz Awan
    Keymaster
    Xtemos team

    Hello,

    The sticky navigation menu items must fit on the screen, in case menu items don’t fit, you need to somehow reorganize the menu. It is impossible to define the “scroll” there because in this case the drop-down submenus will be cut off by the “overflow”.

    Best Regards

Viewing 2 posts - 1 through 2 (of 2 total)