Product Description not centering on mobile

Solved

Product Description not centering on mobile

ellacoker
Shopify Partner
287 1 74

Is anyone able to tell me why one particular product description will not center on mobile? All of my other ones are... please see screenshot. thank you so much. ella.

URL: https://www.habooequestrian.com.au/products/horse-shoe-pendant

Screenshot 2025-04-23 at 13.56.54.png

Accepted Solution (1)

Dan-From-Ryviu
Shopify Partner
11708 2294 2476

This is an accepted solution.

Hi @ellacoker 

Please try to add this code to Custom CSS of that section and check again

@media (max-width: 749px) {
.product__description * {
    text-align: center !important;
}
}

- Helpful? Like & Accept solution!
- Ryviu - Product Reviews & QA app: Import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Amazon Products Importer - Import Amazon Products to Dropship in Your Store!
- 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.
- En...
Sign up now.

View solution in original post

Reply 1 (1)

Dan-From-Ryviu
Shopify Partner
11708 2294 2476

This is an accepted solution.

Hi @ellacoker 

Please try to add this code to Custom CSS of that section and check again

@media (max-width: 749px) {
.product__description * {
    text-align: center !important;
}
}

- Helpful? Like & Accept solution!
- Ryviu - Product Reviews & QA app: Import reviews from AliExpress, Amazon, Etsy, Walmart, Dhgate and CSV.
- Amazon Products Importer - Import Amazon Products to Dropship in Your Store!
- 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.
- En...
Sign up now.