Bring to Front: Layering Ordering

I have adjacent two section elements. I want to have an outer shadow for one of them that will overlap the adjacent section. However, by default it is being displayed behind the other section. Is there a way to change the vertical ordering of the elements so it is “on top” visually over the other section?

Hi @BuildLikePeter :wave:

I think the z-index property may be what you’re looking for.

In WeWeb, you can customize it here:

The order of the elements in the HTML tree may also have an impact on what element shows up in front as well.

Does that help?