Tagged: header
Hi!
I added an image to the header [by using a widget as you mentioned in your documentation], but I want to hide that element on the menu [when it’s showed]. Can you help me with this?
Thank you!
Regards
Hey C-LabMX,
Try to change the z-index from 999 to 50 in the code you added in Quick CSS:
#header .widget {
max-width: 100%;
left: 50%;
padding-top: 0;
position: absolute;
top: 3px;
transform: translate(-50%);
z-index: 999;
}
Hope this helps :)
Best regards,
Nikko