Tagged: mobile, responsive
Hi Team,
I have another question regarding my site,
It has to did with hiding a background image when on mobile;
I tried this code but it isn’t working
@media only screen and (max-width: 480px) {
.home div#av_section_1 { background: none !important; }}
Hey jolian123,
Please try the following instead:
@media only screen and (max-width: 480px) {
.home #av_section_1 {
background-image: none !important;
}
}
Best regards,
Rikard
Hi,
Code is currently not being applied. Please post us your login credentials (in the “private data” field), so we can take a look at your backend.
Login credentials include:
Best regards,
Yigit