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?