PamM
1
I am trying to create an about us page. And I want it to look like this:
However when I add text with image, the image is huge:
I am using the Refresh Theme. Is there a way to make the image on my Refresh them smaller so it isn’t so long? Appreciate any and all help!
Hi,
Can you share your store url to give you the solution for it
PamM
3
Hi @PamM
Could you drop your page URL to check?
PamM
5
Please add this code to Custom CSS of that section in theme customize
.image-with-text__media img { object-fit: contain; }