Tagged: , ,

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

    Just 1 problably simple question.

    How can I seperate the items in my dropdown menu ? (more space in between)
    Where can i find these settings

    Thanks in advance
    Petra (NL)

    #803755

    Hey wppetrakrul,

    Please try the following in Quick CSS under Enfold->General Styling:

    .sub-menu li a {
        padding: 12px 15px !important;
    }

    Adjust the values to your liking.

    Best regards,
    Rikard

    #803972

    THANSKS!

    One more question: how to seperate the main menu items?
    To make them sidewide

    #803974

    Hi!

    Please try adding following code to Quick CSS as well

    .html_header_top.html_logo_center .main_menu ul:first-child {
        width: 100%;
    }
    .av-main-nav > li {
        width: 16%;
    }

    Regards,
    Yigit

    #803976

    MANY MANY THANKS !!!

    #804001

    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 :)

    Best regards,
    Yigit

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘dropdown menu settings’ is closed to new replies.