'Impact' theme - Text to be left aligned for mobile

Hi, Using impact theme and it does not offer an option to select left align on text, therefore all of my text is centre aligned. I have tried putting in specific code using liquid with JSON but i believe i need to edit code further up in the hierarchy. Or perhaps add in some custom css into the object specifically?

Can anyone help? It is also not a selection within the the theme settings. wwww.wearenarc.com pass:hellonarc

@Hund1256

  1. In your Shopify Admin go to online store > themes > actions > edit code
  2. Find Asset > theme.css and paste this at the bottom of the file:
@media (max-width: 1000px){
.prose {text-align: left !important;}
}

Thanks!

This is great! Is it possible to designate it to specific template page like ‘narc’ for example?

I have also noticed that the code is sitting at the bottom of the website on both website and mobile.

@Hund1256

you will not added code properly Please edit layout /theme.liquid file and add the following code


thanks!