Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #1442731

    Hello everyone
    I have here a
    submenu over full width
    Link below:

    I have also copied this menu and pasted it at the bottom of the page.
    Is it possible that the menu at the bottom is only visible on the PC? That nothing at all is displayed on mobile?

    thanks in advance
    kind regards
    Franz

    #1442753

    Hey schweg33,

    Thank you for the inquiry.

    You can control the visibility of the element on different screen sizes by adjusting the elements’ options in the Advanced > Responsive > Element Visibility settings. Let us know if you need more info about the Element Visibility options.

    Best regards,
    Ismael

    #1442762

    Hello Ismael
    thanks for your message
    If I turn this option
    “Hide submenus in the mobile menu
    By default, all menu items of the mobile menu are visible. If you activate this option, they will be hidden and the user has to click on the parent menu item to display the submenus” everything will still be displayed.

    I would actually like to hide the whole menu at the bottom on mobile.

    best regards
    Franz

    #1442796

    Hi,

    Try adding a class to the element in the Advanced tab, for example hide-on-mobile, then add this to Quick CSS:

    @media only screen and (max-width: 767px) {
    .hide-on-mobile {
      display: none; 
    }
    }

    Best regards,
    Rikard

    #1442801

    Thank you very much
    Rikard
    that works great like this

    you can close this ticket.

    best regards
    Franz

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Submenu over full width only on the PC?’ is closed to new replies.