Background Image and separators not working together

Hello-

I am trying to keep a background image on a section, below another section, while also having the separators on, but anytime I try to toggle the separators on when there is a background image below it- the separator won’t work. It’s almost as though I can’t have the separator extend over the background image of the section below it. But, it will let me have a background image above it while also having the separators on, so I am not sure how I can get this to work. Any direction would be helpful. Thank you!

Hello @mickeyschlick,

Thanks for writing in! You need to set the z-index of the Section element. The higher the value, that section will be displayed overlapped on top of the section with the lower z-index value.

In my example above, my Section 1 has a z-index of 2 with the Bottom Separator activated while the Section 2 which contains the background image has a z-index of 1 only.

Hope this helps.

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