Hi everybody
I moved the logo to the top via CSS:
.logo {
margin-top: -38px;
}
But now I have the problem that the logo overlays the language switch – so the links can no longer be clicked.
How do I bring the language switch BEFORE the logo?
Thanks for your help.
Best regards,
Esther
Hi Esther
You can bring the language switch before the logo by using the z-index value e.g. 1.
If you use z-index: 2; for the logo, the language switch should be displayed in front of the logo.
Hope that helps.
Cheers
Michael
Hi Michael
you mean 2 for the language switch, and 1 for the logo?
(An element with greater stack order is always in front of an element with a lower stack order.)
Thanks anyway, got it ;-)
Best regards,
Esther
Hi Esther
Oh yes, you are right of course – sorry about that :)
Does it work?
Best
Michael
but be carefull if the overflow is not set sometimes on transparencies the z-index 1 will not be clickable in your example
Hi Michael
Yes, everything works fine. Thank you.
Happy Weekend, Esther
Hi,
I’m glad this was resolved. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon