Dear experts,
I would like to reduce the size of the images of “Text columns with images” only on mobile.
On desktop the size is perfect:
But on mobile the images look too big and with almost no margin on the sides:
I would need the photos to look a little smaller on mobile and have more margin on the sides. The margin also for the text.
As indicated in red:
www.wearesoluto.com
Pwd: aahmen
Thanks in advance,
1 Like
@Eduardo_DT
oh sorry for that issue can you try this code
- Go to Online Store->Theme->Edit code
- Asset->/theme.css ->paste below code at the bottom of the file.
@media (max-width: 749px) {
.column__image__wrapper {
max-width: 200px;
margin: 0px auto;
}
}
Hello,
Thank you very much for the reply.
Now the image looks at the correct size. Would it be possible to leave a little margin on both sides for the text?
As indicated in red:
Thank you in advance,