Left Align ALL Description Texts on Mobile & Desktop - Dawn

Hi! I’m looking to align all description text on every product to the left on mobile and desktop! Please help! Thank you!

Link: babybliss.co

May I suggest to update code these steps:

  1. Go to Store Online-> theme → edit code

  1. Assets/base.css
  2. Add code below to end of file
body.product .product__description{
text-align: left;
}
1 Like