My store is on simple theme. Text is centred when it’s on mobile. Following a similar thread (https://community.shopify.com/c/Shopify-Design/Simple-theme-text-align-on-mobile/m-p/737496#M184019), I copied and pasted the suggested code to theme.scss.liquid.
It seemed to have fixed other people’s problem, but not mine.
Can someone help please?
Code I copied and pasted is
> .product-single__description.rte {> text-align: left !important;> padding-left: 20px !important;> }>