My shopify product font is smaller on mobile view then desktop view any way round this?

You can add code by following these steps

  1. Go to Online Store → Theme → Edit code.

  2. Open your theme.liquid file

  3. Paste the below code before on theme.liquid

@media screen and (max-width: 767px) { .breadcrumbs, .product-upsell__content, .variant__countdown { font-size: 15px !important; } .product__price-and-badge .product__price, .product__block.product__description.rte.aos-init.aos-animate { font-size: 16px !important; } .product__price--off { font-size: 10px !important; } }

Was my reply helpful? Click Like to let me know!
Was your question answered? Mark it as an Accepted Solution.