Hi,
I’ve been going back and forth with your support about this for 4 days now and it’s a bit frustrating. I uploaded an image on my header, NOT THE LOGO. The image size does not adjust on mobile device. You’ve given me 2 custom codes to add that should fix the problem, none of them fixed the problem. Can you help me fix the problem today for good without having to wait days?
Thank you
Hey webblove!
Please try the following in Quick CSS:
@media only screen and (max-width: 767px) {
li.av-single-slide.slide-1.active-slide {
background-size: contain;
background-repeat: no-repeat;
}
}
Best regards,
Rikard
Thank you the code you provided works but how do I get rid of the extra white space between the header and the portfolio section?