(Dawn) How to add space between image and text

How can I add more space between image and text

Store link: https://95d536-88.myshopify.com/

Store keycode: www

Hey @friendlyrobot19

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

Hello @friendlyrobot19 ,
Edit your theme code and paste this code in theme.liquid file.

image-with-text__media-item{ padding-right: 50px; } .image-with-text__text-item.grid__item { padding-left: 50px; }

You can adjust spaced according to your requirement.

Hello @friendlyrobot19

Go to online store ---------> themes --------------> actions ------> edit code------->base.css
and add this code at the end of the file.

.image-with-text .image-with-text__text-item > * {
padding-right: 0px !important;
padding-left: 160px !important;
}

and the result will be

If this was helpful, hit the like button and mark the job as completed.
Thanks