Forums

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

Home Forums CSS Responsive Background Reply To: Responsive Background

#235002
Shikkediel
Participant

You could change this :

.back1 {
background-size: 100% 100% !important;
}

To :

.back1 {
background-size: cover;
background-position: center;
}