Forums

The forums ran from 2008-2020 and are now closed and viewable here as an archive.

Home Forums CSS Make contentless-background div a block Reply To: Make contentless-background div a block

#193456
Shikkediel
Participant

If I get the intention correctly:

#home_feature .container {
position: relative;
z-index: -1
}

@media only screen and (min-width: 768px) {
#home_feature .container {
z-index: 1
}
}