text with icons - product page Dawn

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

  1. From your Shopify admin, navigate to Online Store > Themes.
  2. Click Actions > Edit code.
  3. Navigate to section-main-product.css file
  4. 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!!