Hi,
I’ve lifted my logo a bit up, but now it’s below the phone-info div. I’ve bin fiddling around with z-index, but I can’t get it to work.
Can you help me?
You can see the site at: http://bit.ly/1Kd1QB2
Regards,
Erwin
Hey erwin_m!
Please change the code you added to move your logo to following one
.logo {
margin: -37px 0 0 0!important;
z-index: 80;
}
#header_main {
z-index: 11;
}
Best regards,
Yigit
Hi Yigit,
That did it. Thanks!
Regards,
Erwin