Tagged: background, mobile
Hi!
I’d like to change the position for my background header image in mobile.
Also I’d like to change the font-size for the subheading in mobile.
I added a CSS Custom Class in the element pop up but It didn’t work in my madia query
@media only screen and (max-width: 767px) {
.fondo-header{
background-position: left center;
}
}
Thanks!!
Hi grafikero!
It’s the first color section in the link you provided correct? Add this to your custom CSS.
@media screen and (max-width: 767px) {
#av_section_1 {
background-position: center left !important;
}
}
Cheers!
Elliott