Justify Rich Text (from Margin to margin)

WearBasics
Tourist
23 0 2

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

WearBasics_0-1614278510345.png

 

Replies 5 (5)

JHKCreate
Shopify Expert
3571 639 916

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!

Did we solve your issue? Like & Mark As Solution to help the community
Should you need any direct help: contact@jhkcreate.com

Learn more about us: jhkcreate.com

JHKCreate
Shopify Expert
3571 639 916

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!

Did we solve your issue? Like & Mark As Solution to help the community
Should you need any direct help: contact@jhkcreate.com

Learn more about us: jhkcreate.com
WearBasics
Tourist
23 0 2

Hi! 

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

Any idea why?

JHKCreate
Shopify Expert
3571 639 916

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!

Did we solve your issue? Like & Mark As Solution to help the community
Should you need any direct help: contact@jhkcreate.com

Learn more about us: jhkcreate.com
WearBasics
Tourist
23 0 2

Mmmm... it still doesn't work.

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

<div align="justify">  and </div> 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)

WearBasics_0-1615355044976.png

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

WearBasics_1-1615355180400.png

As you can see! It's not justified.