Shopify themes, liquid, logos, and UX
Hi, how can I align the text to the level of the image? I only want to do this for this section:
So I just want the text to be more below the image, BUT I don’t want it centered, I want it normally aligned to the left, just moved to the level of the image.
Here’s my store URL: https://1049xn-ya.myshopify.com/
Thanks a lot,
Tim
Solved! Go to the solution
This is an accepted solution.
Hi @CreatorTim
Please add this code
@media screen and (max-width: 768px){
.image-with-text__text-item.grid__item {
padding-inline: 30px;
}
}
Best,
Daisy
Hi @CreatorTim
@media screen and (max-width: 768px){
h2.image-with-text__heading.inline-richtext.h1 {
text-align: center !important;
}
div.image-with-text__content {
align-items: center !important;
}
}
I hope this helps
Best,
Daisy
Hey, I didn’t want the text centered. I want it to stay left-aligned, but just moved to the middle.
Thanks,
Tim
This is an accepted solution.
Hi @CreatorTim
Please add this code
@media screen and (max-width: 768px){
.image-with-text__text-item.grid__item {
padding-inline: 30px;
}
}
Best,
Daisy
Thank you!
June brought summer energy to our community. Members jumped in with solutions, clicked ...
By JasonH Jun 5, 2025Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025