• Resolved einsteinsolutions88

    (@einsteinsolutions88)


    Good day,

    I have added many subitem pages with cli?nt experience. Now I see that the subitems cannot scroll through to the bottom, only to the bottom of the page

    Is there a solutions to show/scroll to more item when hovering over with the cursor?

    Kind regards,

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Theme Author WebHunt Infotech

    (@webhuntinfotech)

    Hi,

    The only solution available yet is to disable Fixed header.

    Customize >> Awada Options >> Layout Options-> Fixed header

    Thank You

    Theme Author WebHunt Infotech

    (@webhuntinfotech)

    Try to put this css in Additional css field of customizer

    ul.navbar-nav li ul.dropdown-menu{
       max-height:300px;/* you can change as you need it */
       overflow:auto;/* to get scroll */
    }

    Let us know if it’s works or not.

    Thread Starter einsteinsolutions88

    (@einsteinsolutions88)

    Hej Webhunt,
    Thank you for the solutions!
    The css and scroll in the menu works perfectly.
    Thanks a lot!

    Theme Author WebHunt Infotech

    (@webhuntinfotech)

    You are most welcome.

    Let us know for further assistance.

    Thank You

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Scroll in subitem menu’ is closed to new replies.