Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #852594

    Hello,
    I am trying to fix the theme so it switched to the hamburger menu at a higher width. I checked a bunch of the post related to the similar issue, but could not make any of the suggested solutions work. I am using a child theme. I understand that there needs to be a “Mobile option” tab in the Header section of the theme options, but I don’t see that tab either.

    Can you please help out with this?
    Thanks.

    #852614

    Hey hsinar!

    I added following code to Quick CSS in Enfold theme options under General Styling tab

    @media only screen and (max-width: 1110px) {.av-main-nav > li.menu-item-avia-special {
        display: block;
    }
    .av-main-nav > li {
        display: none;
    }}

    Please review your website

    Cheers!
    Yigit

    #852645

    Looks great, Yigit!

    Thank you very much for your help.

    #852652

    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 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Changing the breakpoint of the Responsive Menu’ is closed to new replies.