Hi help please
How to align text to width ? topic sense
Hello @ruderos ,
Could you please provide the URL/ password to your store so that I can check it and provide you with the exact solution?
Hello @ruderos ,
Here are the steps to apply the necessary changes in your Shopify store:
- In your Shopify Admin, navigate to Online Store > Themes > Actions > Edit Code.
- Locate Asset > base.css and paste the following code at the bottom of the file:
@media screen and (max-width:768px){
.image-with-text__text.rte.body h5 {
text-align: justify !important;
}
.rich-text__text.rte.scroll-trigger.animate--slide-in h5 {
text-align: justify !important;
}
}
Let me know if you need further assistance!
Hello @ruderos ,
Try adding the code in the theme.liquid file under the tag and within the tag.
Hello @ruderos,
Here are the steps to apply the necessary changes in your Shopify store:
- In your Shopify Admin, navigate to Online Store > Themes > Actions > Edit Code.
- Locate Asset > base.css and paste the following code at the bottom of the file:
@media screen and (max-width:768px){
.rte h5 {
text-align: justify !important;
}
}
Copy
Let me know if you need further assistance!
Thanks my bruh








