Tagged: header widget area, image in header
Hi dear Kriesi-team,
I have added an image in a header widget. The image looks perfect as it is, but it seems to invisibly overlay part of the menu on the left. The look and size of the image is perfect, but I can´t activate the menu buttons on the left side. Can you please check, as I don´t find the bug. Thank you so much.
Best regards.
Claudia
Hey Claudia,
I changed z-index to 2 in following code
#header .widget {
left:0%;
padding-top: 0;
margin-top: -10px;
position: absolute;
top: 0;
transform: translate(-10%);
z-index: 2;
}
Please review your website now
Best regards,
Yigit
Hi Yigit,
thanks for your help. The menu is working now. But is there a possibility to have the image overlaying the grey background of the menu row, without disabling the menu buttons? Now the bird looks a little sad without legs… :(
Your advice is really appreciated!
Best regards. Claudia