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

    submenu text overlap

    Hey everybody,

    I used CSS to increase to font size of my text, now the text overlaps. Can you help please?

    cheers
    Daniel
    http://www.africonwest.com

    #583208

    Hi dagraumann,

    Please try the following in Quick CSS under Enfold–>General Styling to activate the mobile menu earlier:

    @media only screen and (max-width: 1135px) {
    nav.main_menu {display:none !important;}
    #advanced_menu_toggle, #advanced_menu_hide {display:block !important; }
    }

    Best regards,
    Rikard

    #583227

    Hi Rikard,

    its not a media screen issue (actually at the media menu the problem doesn’t appear). The problem appears on the standard menu. Just go to my page africonwest.com and hover over the menu item ‘Afrika’ submenus ‘Wirtschaftsregionen’ and ‘Märkte’.

    Cheers
    Daniel

    #583268

    Hey!

    Please add following code to Quick CSS and adjust as needed

    .sub-menu .avia-menu-text {
        line-height: 30px;
    }

    Cheers!
    Yigit

    #583271

    thats it!! Cheers Yigit!

    #583278

    Hi!

    You are welcome!
    For your information, you can take a look at Enfold documentation here – http://kriesi.at/documentation/enfold/
    And if there are features that you wish Enfold had, you can request them and vote the requested ones here – https://kriesi.at/support/enfold-feature-requests/
    For any other questions or issues, feel free to post them here on the forum and we will gladly try to help you :)

    Cheers!
    Yigit

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘submenu text overlap’ is closed to new replies.