How can I align text, headers, and footer to the left on my webpage?

Hi,

Can anyone help, I need to make text, headers and footer appear on the left on my page.

website www.needee.co.uk

password sepeum.

This would be on my shipping and returns page only

If anyone can help would be grateful.

Add below css styles

.rich-text__blocks.center {
  text-align: left;
}
.section-template--17344765591841__main-padding {
  max-width: 130rem;
  padding-left: 5rem;
  padding-right: 5rem;
}

Hi there,

Where do I add this to ?

You can see base.css file under Assets in your theme editor.
You have to paste above code at the end of base.css file.

Done as per above but everything is still in the centre :disappointed_face:

Check updated code.

.rich-text__blocks.center {
  text-align: left;
}
.section-template--17344765591841__main-padding {
  max-width: 130rem;
  padding-left: 5rem;
  padding-right: 5rem;
}