Z-index image

Hey there,

i have a problem with the z-index of image, because im not able to set it.

I tryed this

.x-image {
position: relative !important;
z-index: 2 !important;
}

and this

$el {
position: relative !important;
z-index: 2 !important;
} (This hint with $el i found in customize section if the image in element css)

I tried both in Inline CSS, Content CSS and global CSS. Nothing works.

What can i do?

My headline in the picture has Z-index 99

Best Andi

Hi Andi,

Thank you for writing in, please provide us the direct link to the page so we can take a closer look, and please clarify what you’re trying to do with the image.

Cheers!

Hi,
i wanna send the image to Background, so that the headline is above to image.
http://www.ksg-turnen.de
Best Andi

Hi Andi,

You will need to edit the second row which contains “WIR ÜBER UNS” and increase its z-index value to something like 5, that should be enough:

Thanks.

Hi there,
and again, you helped me successfully. Thank you very much.
That was easy.
But why one doesnt work? It is just as smaller than 99 as 5?
Best
Andi

Hi Andi,

z-index defines the order of the elements on the z-axis. Higher value means to place the div/element at the top of the layering.


Cheers!

Thank you.

You’re welcome! :slight_smile:

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