Element z-index

I am using an image with negative margin values to position in the white space on an image for the mobile version of the following site: http://compugen.werdofmouth.com/

The elements are on the same row so I could not use the z-index (or do not know how).

I have the positioning correct, but the nav menu is behind the image and so the user can not click on the nav button.

Thought?

Hi @mattkutz,

Thank you for writing in, you can use the Element CSS feature, to apply custom CSS to the element or its container. To resolve your issue, apply a higher z-index on the container containing the mobile menu.

Cheers!

1 Like

Ahhh, container. I was doing it to the text and image element and I think that was my problem. Thanks for making me think!

Glad it’s working now, and you’re most welcome!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.