Align page text to the far left in dawn

Hi,

How do I align the page text to the left to match the rest of the theme? I’m using dawn.

1 Like

Hi @Lindazim ,

Would you mind to share your Store URL website? with password if its protected. Thanks!

Hi, yes https://452354-2.myshopify.com/

Thank you :slightly_smiling_face:

1 Like

Thank you for the information. I just like to clarify, Which text youll like to align in the left? is it the headers? Like this.

If this what you mean this is the code.

  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.
.page-width.page-width--narrow.section-template--19407872033099__main-padding h1 {
    text-align: left;
}

I hope it help.

Hi, no the titels can be centered, but I would like the little text under to be left aligned. So the page text. All the text that I write on all the pages that arent part of the customized template

Hi, The titels can stay centered, but I would like the little text under to be left aligned - the page body text. All the text that I write on all the pages that arent part of the customized template. Would love your help!