Dropdown Menu not scrolling

Home Forums Jevelin Theme Dropdown Menu not scrolling

Home Forums Jevelin Theme Dropdown Menu not scrolling

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    RESOLVED Posts
  • Hi Guys,

    Dropwdownmenu under services on my site http://www.theclassyseoconsultant.com are not scrolling, I have allot of services but on a smaller screen like on my 13″ MBP I can’t scroll to the bottom of the menu.

    On my 21″ iMac there is enough space so I don’t need to scroll

     

    Thank You

    Solution for this topic

    Hi @theclassyseoconsultant,

     

    Thank you for your question.

     

    You can make it scroll by adding the following CSS code in the Custom CSS code option of your theme on the below path.

     

    Admin Area -> Appearance -> Theme Settings -> Custom Code -> CSS Code

     

    .primary-desktop .sh-nav-container ul.sub-menu {
        max-height: 450px;
        overflow-y: scroll;
    }

     

    Best regards,
    Shufflehound team

    Worked 100%

     

    Thank You

    You are most welcome here šŸ™‚

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