Hi super Enfold team,
I’ve made a header widget on: http://wylick.pl/
When you hover the text in the header-widget, the navigation responds.
How can I fix that?
Best Regards, Annelies
Hi Annelies,
Not sure what you want to do there, the menu items goes a bit above the text. Maybe the easiest way would be to move your widget text up a bit?
Regards,
Rikard
Hi Rikard,
Please see the screendump I’ve attached.
So when you hover the textwidget, the navigation below responds. Is there a way to disable this? I tried using z-index, but then the navigation doesn’t work, and that is not handy ;-)
Best Regards, Annelies
Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
#header .widget, #header .textwidget {
max-height:60px;
z-index:99999;
}
Best regards,
Vinay
Super Vinay,
I’ve added !important to make it work.
Thank you for your speedy reply!
Best Regards, Annelies