How can I align a rich text block to the left on my homepage?

Hello there,

I would love to align my Rich text block on homepage, all the way to the left. Not just align text, but whole element. See screenshot. Element is with headline Toto je Výklad. Online and my wich is to have align it with “Najobľúbenejšie kúsky”.

Website: www.totojevyklad.sk / pass: Narodna2021

Thanks.

Hello There,

  1. In your Shopify Admin go to online store > themes > actions > edit code
  2. Find Asset >theme.css and paste this at the bottom of the file:
.rich-text--full-width.color-background-1 .rich-text__blocks {
width: 100%;
max-width: 100%;
padding: 0 5rem;
text-align: left;
}

Cool thanks, but U wanted to have it like before according to block width, now is full-width, see screenshot. Let’s say 70 %. What should I add to that code, please?

And what about mobile version?

Thanks a lot