Increase spacing between text and image in image with text section without distorting image Dawn

Good morning,

My URL is : baileybespoke.co.uk

I have used this snippet of code :

.image-with-text__media{
border: none !important;
}
.image-with-text__content {
padding: 6rem 1rem 7rem !important;
}

To remove the border from the images in my image with text sections namely on the homepage. However I want to increase the spacing between the image and the text sections but when I change the rem numbers in code above it just stretches the image as well as increasing the spacing.

How do I increase the spacing without distorting image or size of section itself please?

Thanks.

Hey @ed_bb

Follow these Steps:

  1. Go to Online Store

  2. Edit Code

  3. Find theme.liquid file

  4. 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

1 Like