How to align the 'rich text' section 'text' to the left - 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.

  1. From your Shopify admin dashboard, click on “Online Store” and then “Themes”.
  2. Find the theme that you want to edit and click on “Actions” and then “Edit code”.
  3. In the “Assets” folder, click on “base.css, style.css or theme.css” file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:
  4. And Save.
@media only screen and (max-width: 749px){
.rich-text__text.rte p {
    text-align: left;
}
}

I hope it help.

" :glowing_star: Your Feedback Matters! Please mark the solution and give likes to posts that helped you. Your appreciation fuels our motivation to assist you better! :raising_hands: "

Hey @BraxtonEcom

Follow these Steps:

  1. Go to Online Store

  2. Edit Code

  3. Find theme.liquid file

  4. 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