Themeco icon section divider no longer overlapping?

I’ve been using this icon section divider (as I call it) for many years… it’s from a themeco demo page… I noticed recently that it no longer overlaps :frowning:

The section has a large icon styled as below… it used to overlap the section below, but now seems to appear behind it. The section below has a background image.

display: block; margin: 0 auto -115px; width: 150px; height: 150px; font-size: 65px; line-height: 150px; color: #d2718a; background-color: #7ec7c8; border-radius: 100px;

You can view this at the bottom of my home page https://scphotography.co.uk

Also screen shot below showing problem…

Any help would be very much appreciated :slight_smile:

Hi There,

Please add the following CSS to the Style Box of the SECTION where the icon is placed.

z-index: 1;

Hope it helps!

1 Like

Sorry, I totally over looked this… thank you!

You’re welcome.