Hello,
Is it possible to place the logo in a higher z-index than the Layer Slider, and make it overlap the slider?
Like this:
Thanks and regards
Luc
Hey Straver-reclame!
If your header is not set to be sticky then yes you could use some CSS like this.
.logo { top: 50px !important; }
.logo, .logo * { max-height: auto !important; height: auto !important; }
Cheers!
Elliott
Hello Elliott,
It works. Thank you very much!
Regards,
Luc