This topic has 2 replies, 2 voices, and was last updated 1 years, 11 months ago ago by Tony Rodriguez
Where can I change so that the text on mobile devices is not centered?
It needs to be changed in the product for now.
Hello, @Peter,
Simply go to the Dashboard >> XStore >> Theme OPtions >> Theme Custom CSS >> Global and then paste the below code at the bottom of the CSS box there.
@media(max-width:576px){
.woocommerce-product-details__short-description p{text-align:left !important;}}
Then save settings and check back to your site after clearing the browser cache.
Regards 8Themes Team.
You must be logged in to reply to this topic.Log in/Sign up