Align header text on collection page to the left

Hi, I would like to align the text below to the left of the screen.

Website link is: https://384f77-3.myshopify.com/collections/archive-six

Password is: mewnaw

Thank you!

Hi @AnaELW

Follow these Steps:
Go to Online Store Edit Code Find theme.liquid file or base.css
Add the following code in the bottom of the file above tag

.rich-text__wrapper {
    justify-content: left;
}

If I managed to help you then, don’t forget to Like it and Mark it as Solutions.

Hello There,

  1. In your Shopify Admin go to online store > themes > actions > edit code
  2. Find Asset > base.css and paste this at the bottom of the file:
.rich-text__wrapper.rich-text__wrapper--center.page-width {
max-width: 100%!important;
justify-content: start!important;
}

Hello @AnaELW

You can try this code: it will be helpful to you

Go to the Online Store->Theme->Edit code->Assets->base.css>Add this code at the bottom.

.rich-text__wrapper {
    padding: 0px !important;
    justify-content: start !important;
  
}

Hi, sorry that didnt work :disappointed_face:

What would be great is to understand how to adjust the padding on the left for any piece of content. For example, this part here is on the homepage, and I would also like to align the text on the left.

Hi, this worked by now I have a problem with my homepage:

Hi, this worked, but it also unfortunately affected my homepage header which I would prefer to remain centered. But for the homepage text, I would like it to be centered but to take the whole page, not just a small percentage.

I have developed the shopify store from the developer. Now, I want to customize its header by myself. Can anyone guide me about it.