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

    Hi,
    I have a main menu (top header) and a second menu (sidebar widget). At the moment die sidebar menu appears below the content at mobile devices, which is too far away from the main menu. On mobile devices I want both menus together as burger menu. Is that possible?
    Thank you. Alexx

    #909222

    Hey agenturwendt,
    If I understand correctly, for mobile devices you would like your sidebar menu in your burger menu?
    To do this please create these menu items in your main menu and use the “screen options” at the top to enable your css classes for your menu items.
    2018-02-06_235016
    and use the class “mobileonly”, then add this code in the General Styling > Quick CSS field:

    @media only screen and (min-width: 767px) { 
    .mobileonly {display: none !important; }
    }

    This will hide the menu items unless your burger menu is showing. Then we can hide your sidebar menu for mobile if you wish.

    Best regards,
    Mike

    #909290

    Thank you for the quick answer, Mike.

    This does not work. The “mobileonly” classified Menu-item does not show in the burger menu. It’s still at the end of the content at mobile. But it’s gone at the desktio-version. But I don’t want to hide the sidebar menu at the desktop-version. I just want to make both menus better seen at mobile devices, preferred in burger.

    Best regards, Alexx

    #909479

    Hi,
    Sorry perhaps I didn’t explain this well, I suggest that you create new menu items that match the sidebar menu items to your main menu. This way they will show in the burger (mobile) menu, as you prefer. And to have these new items not show in your desktop main menu, because they are in the sidebar, we can add classes to control what size screen they do show on. The good news is that the classes have been restored in the burger menu, with the updated version of Enfold. I see you are using v4.1.2 so updating will give you the option to use this method.

    Best regards,
    Mike

    #918057

    Thank you, Mike.
    First I didn’t understand. But now – it works perfecly! :-)

    #918128

    Hi,
    Glad we were able to help, we will close this now. Thank you for using Enfold.
    For your information, you can take a look at Enfold documentation here
    and the video tutorials here
    And if there are features that you wish Enfold had, you can request them and vote the requested ones here
    For any other questions or issues, feel free to start new threads under Enfold sub forum and we will gladly try to help you :)

    Best regards,
    Mike

Viewing 6 posts - 1 through 6 (of 6 total)
  • The topic ‘Main menu + sidebar menu widget in mobile burger’ is closed to new replies.