Align left policy title and text in Dawn Theme - Set up in the footer option of the policies

I need to align left the whole policy text, as well as the title. As a default when you complete de policies from the footer section selecting “Policy links” then “Policy settings”, the whole text is in the middle, written in one column when there’s plenty of space to the right and to the left.

I want the title of Privacy Policy to be on the left, as well as the text, and to encompass the whole site space, as normal the pages do.

1 Like

Hi @lucy_123

Could you drop your store link to check?

Website isn’t live yet! This is what I mean. Through the theme options, you can add the policies on the footer:

When I fill in the information on the section for the policies, automatically this is the format of the text and title:

But, on the pages I’ve built, the text is to the side as well as the title, like this:

So, I want the Privacy Policy and Terms of Service, text and title to be to the side, and not in a narrow column and be wider as the pages, i.e the FAQs.

Thanks!

Hi @lucy_123

Thank you for providing the image for explanation. Please follow the instructions below

  • From your Shopify admin dashboard, click on “Online Store” and then “Themes”.
  • Find the theme that you want to edit and click on “Actions” and then “Edit code”.
  • 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:
.shopify-policy__container {
    max-width: var(--page-width);
}

.shopify-policy__title {
    text-align: left;
}
  • And Save.
  • Result:

Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!

Hi! Thanks!

But that code moves the text ALL THE WAY to the left, and if you can see in the FAQs example, the title and text are slightly to the left, not all the way! :disappointed_face:

Check out this other example, and side by side with the code you provided:

New code:

Hope you can help, thanks!! :grin: