Hello, I got some tips to overlap rows on the below mentioned page and when I performed the recent update, that went away.
Here is the website: https://www.source1sys.com/
What I would like is to make the 2nd row overlap the slider.
This was the original CSS that I got from someone elses support question.
@media (min-width: 979px){
.my-class1 .x-column {
margin-top: -100px;
}
Now it formats it in a very odd way.
Can you help?