Home › Forums › CSS › Responsive Background › Reply To: Responsive Background
November 18, 2015 at 5:56 am
#235002
Participant
You could change this :
.back1 {
background-size: 100% 100% !important;
}
To :
.back1 {
background-size: cover;
background-position: center;
}