What's your biggest current challenge? Have your say in Community Polls along the right column.

Why is justified text splitting final words in my page?

Solved

Why is justified text splitting final words in my page?

WearBasics
Tourist
23 0 2

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

WearBasics_1-1615859788585.png

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

Accepted Solution (1)
JHKCreate
Shopify Partner
3571 638 931

This is an accepted solution.

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 😉

Cheers!

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

View solution in original post

Replies 4 (4)

JHKCreate
Shopify Partner
3571 638 931

Hello @WearBasics 

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

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

Yes! The password is website

JHKCreate
Shopify Partner
3571 638 931

This is an accepted solution.

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 😉

Cheers!

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

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