text with icons - product page Dawn

Solved

text with icons - product page Dawn

manbru
Explorer
75 0 19

Hey,

 

I've been trying to create a section with text and icons in my product page like this one: 

Skärmavbild 2024-07-22 kl. 15.54.24.png¨¨

 

 

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.

Skärmavbild 2024-07-22 kl. 15.56.13.png

 

my store: https://r1vex.myshopify.com/

 

thanks for help!

Accepted Solution (1)

oscprofessional
Shopify Partner
16115 2409 3121

This is an accepted solution.

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!!

Get pass your Store Core Web Vital Free Speed Optimization Audit, Chat on WhatsApp | Skype : oscprofessionals-87 | Email: pallavi@oscprofessionals.com | Hire us | Guaranteed Site Speed Optimization | Website Free Audit | Shopify Theme Customization | Build Shopify Private App | Shopify SEO | Digital Marketing | Oscp Upsell & Cross sell App : Free | Oscp Sales & Volume Discount App : Free | Custom Pricing Wholesale App : Free

View solution in original post

Reply 1 (1)

oscprofessional
Shopify Partner
16115 2409 3121

This is an accepted solution.

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!!

Get pass your Store Core Web Vital Free Speed Optimization Audit, Chat on WhatsApp | Skype : oscprofessionals-87 | Email: pallavi@oscprofessionals.com | Hire us | Guaranteed Site Speed Optimization | Website Free Audit | Shopify Theme Customization | Build Shopify Private App | Shopify SEO | Digital Marketing | Oscp Upsell & Cross sell App : Free | Oscp Sales & Volume Discount App : Free | Custom Pricing Wholesale App : Free