Hi I want to force text over to the left. I’m using IMPACT theme and it is sitting centred, can i change this? All should be left aligned. I have tried to add in .prose into the theme.css but this made every mobile page left aligned which i did not want. Do i go into the template .json and target specific lines and add in code or does this sit in theme.ss??
JSON. Did not work;
“main”: {
“type”: “main-product”,
“blocks”: {
“df8a743a-6623-4919-90a0-ce56ca2a79fe”: {
“type”: “text”,
“text_align”: “start”,
“settings”: {
“text”: “
ANXIETY | STRESS | SLEEP</p>”
}
My theme.css code that made every mobile page left aligned;
@media (max-width: 1000px){
.prose {text-align: left !important;}
}
website: www.wearenarc.com pass: hello narc



