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
I'm using the balance theme and the image with text has a heading text box that is just not wide enough. Anyway to change that? Thank you!
Solved! Go to the solution
This is an accepted solution.
Hi @tzyz75
.image-with-text__text-item.grid__item > div {
padding-inline: 5px !important;
}
I hope this helps
Best,
Daisy
Hi @tzyz75,
Please share the url
ezcabledock.com
Hi @tzyz75
The Image with Text design is a 50% text - 50% image layout by default.
Your Feedback Matters! Please mark the solution and give likes to posts that helped you. Your appreciation fuels our motivation to assist you better!
This is an accepted solution.
Hi @tzyz75
.image-with-text__text-item.grid__item > div {
padding-inline: 5px !important;
}
I hope this helps
Best,
Daisy
Thank you very much, that worked!