Hi, I use this CSS code to overlapping the "homepage boxes" over the main slider
@media only screen and (min-width: 768px) { #homepage_boxes { margin-top: -100px; z-index: 20; }
}
The problem with these boxes are below the slider, how can put them over the slider?
Thanks so much!
Comments
did you tried to use Move Up option for the ROW element?