How do I control z-index on an Section without a fixed position?

So I have graphic that I want to overlap a section below it. But I can’t do it without control of the z-index. The only way I have found z-index control is if I make an item “fixed”. I can’t take this section out of the document flow by making it fixed. Any work around for this?

Hi @bcfanboy welcome to the forums! You can edit the z-index when you set Position to Relative, Absolute or Fixed. When you set it to Relative, it will stay in the document flow and you can set z-index.