text with icons - product page Dawn

Solved

text with icons - product page Dawn

manbru
Pathfinder
129 0 30

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
16375 2441 3190

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

Hire us | Pass Core Web Vital | B2B Wholesale Experts | Claim Your Free Website Review |
Connect with Us: WhatsApp | Skype: oscprofessionals-87 | Email: pallavi@oscprofessionals.com |
Custom Shopify SolutionsPrivate Apps, Theme Customization & SEO | Digital Marketing |
OSCP Apps: Discount Suite | Wholesale App | Bundle & Upsell | Shipping Discount | and more...

View solution in original post

Reply 1 (1)

oscprofessional
Shopify Partner
16375 2441 3190

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

Hire us | Pass Core Web Vital | B2B Wholesale Experts | Claim Your Free Website Review |
Connect with Us: WhatsApp | Skype: oscprofessionals-87 | Email: pallavi@oscprofessionals.com |
Custom Shopify SolutionsPrivate Apps, Theme Customization & SEO | Digital Marketing |
OSCP Apps: Discount Suite | Wholesale App | Bundle & Upsell | Shipping Discount | and more...