Why is justified text splitting final words in my page?

Hello!

Can someone give me a hand on this, the Rich Text was justified but the final words of each sentence are splited.

Im just looking to get the text justified… ;(

This is how it looks

Page: https://wearbasics.pe/pages/acerca

Hello @WearBasics

Would you mind sharing your store’s password so we can assist on that?

Yes! The password is website

Hi @WearBasics

Go to your theme.css file and remove the following piece of code:

.index-section .page-width  .grid .grid__item .rte >p
{
	word-break: break-all;
}

That should do it! Don’t forget to like & mark as a solution is this solves your issue :wink:

Cheers!

Awesome! Just did it and it worked. Now how do i justify JUST the whole paragraph?