Justify Rich Text (from Margin to margin)

Hello!

I’ve been trying to justify my Rich Text from margin to margin and I wasn’t able to do it.

Can anyone give me a hand on this?

The issue is on the US (NOSOTROS) section. There is a huge text called A STORY OF AGES

Website: https://wearbasics.pe/

Password: website

Hello @WearBasics

Add the following code to your theme.css file (at the very end):

#shopify-section-page-sections-template > div.page-blocks > div:nth-child(2) > div > div > div > div > div {
    text-align: justify;
}

That should do it!

Hello @WearBasics

Add the following code to your theme.css file (at the very end):

#shopify-section-page-sections-template > div.page-blocks > div:nth-child(2) > div > div > div > div > div {
    text-align: justify;
}

That should do it!

Hi!

Thanks for the quick reply, I just did it but nothing changed.

Any idea why?

Try this instead:

#shopify-section-page-sections-template > div.page-blocks > div:nth-child(2) > div > div > div > div > div {
    text-align: justify!important;
}

Let me know!

Mmmm… it still doesn’t work.

I just tried to edit de HTML code from Google Chrome and added

and
just to show you how it should look.

This is it (of course once I refresh it´ll go away because it’s not in the original theme code)

With the code you handed me, it still looks like this:

As you can see! It’s not justified.