Tagged: 

Viewing 8 posts - 1 through 8 (of 8 total)
  • Author
    Posts
  • #848337

    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:

    home page box over slider

    The recent update 4.2.1 created a conflict whereby the mobile menu “hides” behind the page text, like so:

    mobile menu conflict

    If I remove the above mentioned code it returns to normal, but the layer slider is no longer overlapped:

    without code

    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!

    #848492

    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

    #848888

    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.

    #849177

    Hi,

    Would you comment out the css you added so I can have the original starting point to work from?

    Best regards,
    Jordan Shannon

    #849353

    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.

    #849378

    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

    #849700

    That did the trick! Thank you, John Torvik. Please close this discussion.

    • This reply was modified 6 years, 7 months ago by storhouse.
    #849723

    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

Viewing 8 posts - 1 through 8 (of 8 total)
  • The topic ‘Home page box over slider (mobile menu update)’ is closed to new replies.