The picture on the right filled up the whole section, but is it possible to showcase it with a bit of padding on all sides so it has a little bit of room on every side instead of this filling look.
url is www.ateliercharisma.com
The picture on the right filled up the whole section, but is it possible to showcase it with a bit of padding on all sides so it has a little bit of room on every side instead of this filling look.
url is www.ateliercharisma.com
Hey @JarnoBroekkamp
Follow these Steps:
Go to Online Store
Edit Code
Find theme.liquid file
Add the following code in the bottom of the file above tag
RESULT:
If I managed to help you then, don’t forget to Like it and Mark it as Solution!
Best Regards,
Moeed
image-with-text picture img {
padding: 20px !important;
}
If you want a larger spacing, increase 20px to a bigger number, and vice versa.
Please press ‘Like’ and mark it as ‘Solution’ if you find it helpful. Thank you.