Hi,
How can I change the padding in the text block of the image and text?
Thanks for your help
Hi,
How can I change the padding in the text block of the image and text?
Thanks for your help
Hello @Bob39
Can you please share your store URL and store-front password(If your store is password protected)? So that I can check and give you the solution.
Welcome to shopify community.
Please share your store URL and if your store is password protected then please provide password too.
Thank you.
Hi @Bob39 ,
Go to Assets > component-image-with-text.css and paste this at the bottom of the file:
@media screen and (max-width: 749px){
.image-with-text__text{
padding: 15px 0;
}
}
You can change the padding as you like.
Hope it helps!