I’m using a gird with images. Is there a way to force images to 100% width or height in mobile?
Hey ugtv,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child theme’s style.css file:
@media only screen and (max-width: 480px) {
.avia-image-container.avia-align-center .avia-image-container-inner, .avia-image-container.avia-align-center .avia-image-container-inner img {
width: 100%;
}}
Best regards,
Yigit
