Hi,
Logo is normally linked to Home page. But this is not the case with mobile view on the website below. Can you please take care of this?
thanks.
Hey afarahani,
This seems to be a layering issue in css. Have you added any custom css targeting mobile only?
Best regards,
Jordan Shannon
That is right. the following CSS I was given by support team for moving the burger menu to the left as my site is in RTL language and it used to overlap with the menu:
.av-main-nav-wrap, .main_menu {
width: 100% !important;
}
so what is the solution?
Hi,
Can you try adding this css code in Quick CSS (Located in Enfold > General Styling):
@media only screen and (max-width:767px) {
.responsive #top .logo {
z-index: 200;
}
}
Hope this helps :)
Best regards,
Nikko