We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more

Product Page Icon with Text and Rich Text Issues

Solved

Product Page Icon with Text and Rich Text Issues

ellacoker
Shopify Partner
287 1 74

Two Issues:

 

1. Does anyone know how I can create more padding above my icon with text? I would like a little space above just after the Ingredients Section. Also, I would like my Icons to be a little larger in mobile view. Any idea how to do this?

2. Secondly, my rich text for my "chakra" section is slightly unaligned in mobile view. Does anyone know how I can fix this.

 

Thank you very much in advance, Ella.

 

URL: https://www.samiyaskincare.com.au/products/root-chakra-face-mask

 

Screenshot 2025-02-19 at 12.23.17.pngScreenshot 2025-02-19 at 12.22.57.png

Accepted Solution (1)

LizHoang
Shopify Partner
1251 159 195

This is an accepted solution.

Hi @ellacoker 

You can try to follow this step
Step 1: Go to Edit code
Step 2: Find file base.css and add this code at the end of the file

 

ul.icon-with-text.icon-with-text--horizontal.list-unstyled {
    margin-top: 30px !important;
}

.icon-with-text img {
    height: 50px !important;
    width: 50px !important;
    object-fit: unset !important;
}

 

Result: 

LizHoang_0-1739933199969.png

 

Best,

Liz

 

Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

Check our Joy Rewards & Loyalty Program

View solution in original post

Replies 5 (5)

Dan-From-Ryviu
Shopify Partner
12073 2359 2539

Hi @ellacoker 

Please add this code to Custom CSS of your product template to  create more padding.

.icon-with-text { margin-top: 24px !important; }

 

- Helpful? Like & Accept solution!
- Ryviu - Product Reviews & QA app: Collect customer reviews, import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Lookfy Gallery: Lookbook Image - Gain customers with photo gallery, video & shoppable image.
- Reelfy‑Shoppable Videos+Reels: Create shoppable videos to engage customers and drive more sales.
- Enjoy 1 month of Shopify for $1. Sign up now.

ellacoker
Shopify Partner
287 1 74

Thank you very much, do you know how to fix the rich text issue?

LizHoang
Shopify Partner
1251 159 195

This is an accepted solution.

Hi @ellacoker 

You can try to follow this step
Step 1: Go to Edit code
Step 2: Find file base.css and add this code at the end of the file

 

ul.icon-with-text.icon-with-text--horizontal.list-unstyled {
    margin-top: 30px !important;
}

.icon-with-text img {
    height: 50px !important;
    width: 50px !important;
    object-fit: unset !important;
}

 

Result: 

LizHoang_0-1739933199969.png

 

Best,

Liz

 

Please let us know if our reply is helpful by giving it a Like or marking it as a Solution!

Check our Joy Rewards & Loyalty Program
ellacoker
Shopify Partner
287 1 74

Thanks Liz, I have mananged to fix the icon issue. Do you know how I centre the rich text?

ellacoker
Shopify Partner
287 1 74

I figured it out! thanks anyway