Hi,
please see here on our new staging site. I am trying to make the plant on the left site, which is a background upper layer of section 2, to overlap to section 1.
I’ve added
$el .x-bg {
top:-40px;
}
to the element css of section 2 and set the z-index of section 2 to 999 and of section 1 to 99.
In the example link above you will think that it’s working… yes it is BUT only as long as I leave the background color of section 2 transparent. But we want to give it a colour, too. When I give it a colour it will of course overlap section 1 with this colour.
So my question is how to only make one of the layers (the layer with the png) overlap to the section above? I’ve tried giving negative margin to the layer but it goes under section 1. Playing with the z-indexes did not help.
Thanks!