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
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
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
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
Thank you very much
Rikard
that works great like this
you can close this ticket.
best regards
Franz