I’d like the text of this rich text ‘text’ section to be aligned to the left, whilst the heading and caption remain central.
Any advice is really appreciated.
URL: https://www.heightboost.co.uk/products/capsules
Dawn Theme
I’d like the text of this rich text ‘text’ section to be aligned to the left, whilst the heading and caption remain central.
Any advice is really appreciated.
URL: https://www.heightboost.co.uk/products/capsules
Dawn Theme
Hi @BraxtonEcom
Is this for mobile only? if its try this.
@media only screen and (max-width: 749px){
.rich-text__text.rte p {
text-align: left;
}
}
I hope it help.
"
Your Feedback Matters! Please mark the solution and give likes to posts that helped you. Your appreciation fuels our motivation to assist you better!
"
Hey @BraxtonEcom
Follow these Steps:
Go to Online Store
Edit Code
Find theme.liquid file
Add the following code in the bottom of the file above tag
If I managed to help you then, don’t forget to Like it and Mark it as Solution!
Best Regards,
Moeed
Hi @BraxtonEcom ,
This is David at SalesHunterThemes.
Thank you for your question.
You can try to follow these steps:
Go to Online Store → Themes → Actions → Edit code.
Go Assets folder → base.css file.
Add this following code at the bottom of page.
@media only screen and (max-width: 749px){
.shopify-section-template--16155726282918__2164ef3c-9494-4856-85fd-0e5ecffeca3b .rich-text__text.rte p {
text-align: left;
}
}
Hope this can help.
David | SalesHunterThemes team