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

    Hello together
    I have created a page here
    Link see below

    I have created a submenu over the full width.

    is it possible to hide this submenu on the mobile device?

    In addition, hide the menu under the logo completely.
    and can I insert different images there?

    thank you
    Kind regards
    Franz

    #1362185

    Hi Franz,

    Please try this in Quick CSS in order to hide the sub menu on mobile:

    @media only screen and (max-width: 767px) {
    .av-submenu-container {
      display: none; 
    }
    }

    I’m not sure about your other question though. Are you looking to hide the burger menu on mobile too?

    Best regards,
    Rikard

    #1362251

    Hello Rikard

    Thank you very much now it fits perfectly

    You can close this request

    Many thanks and
    with kind regards
    Franz

    #1362253

    Hi Franz,

    I’m glad that Rikard could help you :)
    Thanks for using Enfold and have a great day!

    Best regards,
    Nikko

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘hide the menu under the logo’ is closed to new replies.