Item description text on ride theme suddenly super small

as you can see on the screenshot half of the sentence is normal size and other half is super small.

Hi @mgeorgiev24

I’m Dan from Ryviu: Product Reviews & QA app.

Could you share that product page URL to check?

Sure, here is the URL:

https://www.peak-point-store.com/products/2-in-1-grip-flip-spatula

Your product description contains inline CSS, which caused the issue. Please clear the format of your description or add this code to bottom of section-main-product.css,

.product__description span {
font-size: initial !important;
}
1 Like