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
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
Hello Rikard
Thank you very much now it fits perfectly
You can close this request
Many thanks and
with kind regards
Franz
Hi Franz,
I’m glad that Rikard could help you :)
Thanks for using Enfold and have a great day!
Best regards,
Nikko