Update broke Custom CSS

Hello,

I was using this snippet of CSS on a website I built:
#post-6760 .entry-content > .my-class1 {
position: relative;
top: -74px;
}

It was to make the section below the slider overlap on the home page. https://www.source1sys.com/

I want the icons and what not that are “Professional” “Customized” and “Local” to be what overlaps.

Can you tell me what needs to change in the code to fix it?

Hi @gallagherBD,

Please add z-index property on your custom CSS:
https://www.w3schools.com/cssref/pr_pos_z-index.asp

For it to be on top, z-index value should be higher than the value of revslider. Try 9999 to make sure.

Hope this helps.

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