Tagged: mobile menu
Hello.
I recently discovered a problem with the solution that I implemented based on your feedback, here:
https://kriesi.at/support/topic/home-page-box-over-slider/
Wherein I implemented the following Quick CSS:
#after_layer_slider_1 {
z-index: 10000;
}
In order to achieve this look:
The recent update 4.2.1 created a conflict whereby the mobile menu “hides” behind the page text, like so:
If I remove the above mentioned code it returns to normal, but the layer slider is no longer overlapped:
Is there a new Quick CSS I can implement to achieve the same result without affecting the mobile menu? Many thanks in advance for your assistance!
Hey storhouse,
So you essentially want the header overlap to remain on mobile, but you want the menu to overlap that?
Best regards,
Jordan Shannon
Thanks for the quick reply, Jordan Shannon.
I would like the header to overlap across all screen sizes, including mobile, yes.
In regards to the mobile / burger menu, yes, I would like that to be on top.
Thanks again.
Hi,
Would you comment out the css you added so I can have the original starting point to work from?
Best regards,
Jordan Shannon
Hello. I’m afraid I don’t understand the request. If you’re asking how the layer above slider request was achieved prior to the update that precipitated my original request, linked above, I’m sorry but I don’t have that. All of the information I have in this matter has been supplied in the posts above.
Again, sorry. I wish I could be of more help.
Hi,
You can fix it decreasing the z-index to 100. Just add the following code:
#after_layer_slider_1 {
z-index: 100;
}
Best regards,
John Torvik
That did the trick! Thank you, John Torvik. Please close this discussion.
Hi,
I’m glad you were able to get this corrected. If you need additional help, please let us know here in the forums.
Best regards,
Jordan Shannon