Tagged: Image size mobile
Hi,
how can I reduce the size of an image which I have in one of three columns for mobile view?
Right now the size on desktop is ok but the image on mobile is too large.
Thank you!
Hey dreamreader,
Please link to your page so we can see the image, and then explain how you want to see it, perhaps a screenshot would help.
Best regards,
Mike
Hej Mike,
this site is not published yet.
you get a link to the work in progress in the private content.
Thank you and best regards!
Hi,
Try this CSS in your Enfold Theme Options ▸ General Styling ▸ Quick CSS field:
@media only screen and (max-width: 767px) {
#after_layer_slider_1 .avia-builder-el-first .avia-image-container {
width: 50%;
}
}
adjust to suit.
Best regards,
Mike
Perfect!!
Thank you Mike and best regards!
Hi,
Glad we were able to help, if you have any further questions please create a new thread and we will gladly try to help you. Thank you for using Enfold.
Best regards,
Mike