Hi,
Can you please take a look at the first image in our home page slider (hot tub sale) and tell me what I need to do to fix it as it is not adjusting size on smaller screens. In other words – not mobile friendly.
Thanks SO much!
Justine
http://www.arvidsons.com/
Hi jnightingale!
you could try to get control over this image by using this code in your Quick CSS field:
@media only screen and (max-width: 767px) {
img.ls-bg.ls-preloaded {
left: 40px;
width. 110% !important;
}}
Adjust as needed.
Cheers!
Andy
Thank you, Andy. Would I enter this in the Enfold section of WordPress?
Hi!
enter this code in Enfold->General styling->Quick CSS field
Cheers!
Andy
Hi, Andy,
This still isn’t working. It still cuts off the image on the right on smaller screen sizes. Any other thoughts?
Thanks!