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