How can I add more space between image and text
Store link: https://95d536-88.myshopify.com/
Store keycode: www
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:
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
Hello @friendlyrobot19 ,
Edit your theme code and paste this code in theme.liquid file.
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