Shopify themes, liquid, logos, and UX
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
Hello experts, I have a few questions about images with text.
1. How to adjust the spacing between text and image on mobile devices. The current space between text and image is too large, and mobile devices display poorly.
2. How can I make the text as wide as the image on mobile devices?
I am using the boost template, and following the community's previous answers, it does not work for me. I'm confused.
3. How to adjust the spacing between two "images with text" sections on mobile devices? Now the spacing between the two sections is too large. How can I reduce the spacing?
Solved! Go to the solution
This is an accepted solution.
Hi @BennettH
Please go to Online Store -> Themes -> Customize -> Theme Setting -> Custom CSS and add the following code
.image-with-text .image-with-text__content {
padding:0px !important;
}
Please let me know if this doesn't fix your issue.
Thanks,
Sajat
This is an accepted solution.
Hi @Sajat ,
Thank you very much for your help. This code really works and solved my problem perfectly!
Thank you soooooo much!
Hello,@Abdosamer , I am not referring to a problem with a single web page, but with the section "Image with Text". I am very confused.
This is an accepted solution.
Hi @BennettH
Please go to Online Store -> Themes -> Customize -> Theme Setting -> Custom CSS and add the following code
.image-with-text .image-with-text__content {
padding:0px !important;
}
Please let me know if this doesn't fix your issue.
Thanks,
Sajat
This is an accepted solution.
Hi @Sajat ,
Thank you very much for your help. This code really works and solved my problem perfectly!
Thank you soooooo much!