Z-index inefficient after update

Hello there,

I used to put z-index on my column. So now they became classic column in wich I have
position :relative; z-index:…;

It worked until a recent update, now my z-index doesn’t respond anymore

for example
http://www.opalia-immobilier.com/team/
In this page the third guy used to be over the image below.

I have some other pages broken too. How can I fix this ?

thanks

Hi There,

Thanks for writing in!

I can see the section row having z-index 1, can you please increase the z-index of the row to 5. That will fix your issue.

similar to another page also please check the z index of rows.

Thanks

alright thanks !

The issue with the update come from this z-index:1; wich is added to row automatically.

I add to put some z-index value on some row that had no style so far.

But it works now so thanks for your help

Thanks @Reazle for updating the thread, you are welcome :slight_smile:

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