Shopify themes, liquid, logos, and UX
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!!
Thanks to everyone who participated in our AMA with 2H Media: Marketing Your Shopify St...
By Jacqui Sep 6, 2024The Hydrogen Visual Editor is now available to merchants in Shopify Editions | Summer '...
By JasonH Sep 2, 2024Note: Customizing your CSS requires some familiarity with CSS and HTML. Before you cust...
By JasonH Aug 12, 2024