Can someone help me with the following:
You once helped me with the following issue:
https://kriesi.at/support/topic/delete-logo/
But… I think the offered solution is causing the mobile menu to disappear. Can someone please help me get the mobile menu back? :-)
Thanks in advance!
Hey Marjoleinvk,
Try adding this css code in Quick CSS (located in Enfold > General Styling):
@media only screen and (max-width:767px) {
.container.av-logo-container {
display: block;
}
.responsive #top .logo {
display: none;
}
#top #advanced_menu_toggle {
position: absolute;
top: 40px;
}
}
Hope this helps :)
Best regards,
Nikko
Worked like a charm! Thank you so much! :-)
Hi Marjoleinvk,
Glad we could help :)
If you need further assistance please let us know.
Best regards,
Victoria