manbru
July 22, 2024, 1:59pm
1
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!
Hello @manbru
Follow the steps
From your Shopify admin, navigate to Online Store > Themes .
Click Actions > Edit code .
Navigate to section-main-product.css file
Add the code at the end of the file
.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!!