Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #653942

    Ich habe leider sehr viele Untermenüs. Aber die untersten werden garnicht angezeigt auf der normalen seite. Gibt es eine Möglichkeit es einzustellen. das auch die Submenüs Scrollbar werden ?

    #654103

    i have the same issue with the too large subemnu: http://prntscr.com/bm1gba if scrolling is not possible, do you know of an alternative solution which might work? Maybe the submenu font and size could be reduced so it fits more, is that possible? thank you and best, r

    #655304

    Hi,

    Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:

    .main_menu .menu ul {
    height: 500px;
    overflow: hidden;
    overflow-y: scroll;
    }
    

    Best regards,
    Yigit

    #660965

    this is awesome! Looks neat! Thank you so much. All the best, R

    #661237

    Hi,

    Great, glad we could help :-)

    Please open a new thread if you should have any further questions or problems.

    Regards,
    Rikard

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Untermenü Scrollen ?’ is closed to new replies.