The homepage_boxes are below and not above the slider

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

Sign In or Register to comment.