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
Hey,
I've been trying to create a section with text and icons in my product page like this one:
¨¨
And i don't know how to do it i've been trying doing it with the "icon with text" block in shopify but in it you can only stack the text on top of each other.
my store: https://r1vex.myshopify.com/
thanks for help!
Solved! Go to the solution
This is an accepted solution.
Hello @manbru
Follow the steps
.product__info-wrapper ul.icon-with-text {
display: flex;
column-gap: 20px;
}
.product__info-wrapper .icon-with-text__item {
width: 50%;
}
I hope this solution meets your needs.
Thank you!!
This is an accepted solution.
Hello @manbru
Follow the steps
.product__info-wrapper ul.icon-with-text {
display: flex;
column-gap: 20px;
}
.product__info-wrapper .icon-with-text__item {
width: 50%;
}
I hope this solution meets your needs.
Thank you!!