Hello,
in a web site I add a widget in the header, but there is a problem in a mobile view.
When I open the mobile menu, it appeares under the widget, and I can’t read the link.
There is also a problem with the style of the menu link, they are white on a white background.
What can i do?
Thanks
Hey Serena,
Can you try adding this css code in QUick CSS (located in Enfold > General Styling):
@media only screen and (max-width:767px) {
#header .widget {
z-index: 20 !important;
}
}
Hope this helps :)
Best regards,
Nikko
Thanks Nikko, it’s ok!!!
Hi,
Glad we could help. Thanks for using Enfold :)
Best regards,
Nikko