Impulse Theme: How to justify rich text?

WearBasics
Tourist
23 0 2

Hello!

Ive been trying to justify the text in this "Rich Text Container" but ive been unable to do it. Can anyone give me a hand?

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

Pass: website

 

WearBasics_0-1614135152706.png

 

Replies 4 (4)

Zworthkey
Shopify Partner
5581 642 1568

hi,

You Should add this code to the theme.scss 

 

.grid__item[class*="--push"] {
    position: relative;
    text-align: justify;
}

 

 Thank you 

I hope your Problem maybe sort out.
If helpful then please Like and Accept the Solution.
Want to modify or custom changes on store Hire me.
- Feel free to contact me at official@Zworthkey.com regarding any help
0 Likes
 
 
WearBasics
Tourist
23 0 2

Hi!

I added the code but the text hasn't aligned.

WearBasics_0-1614227652979.png

 

Zworthkey
Shopify Partner
5581 642 1568

Let me See although I have fixed it.

Thank you.

Zworthkey
Shopify Partner
5581 642 1568

use this code to fix it.

@media only screen and (min-width: 769px)
.medium-up--push-one-eighth {
    left: 12.5%;
    text-align: justify;
}

I hope this will work properly.  If you still Not Satisfied Pls contact us at

www.zworthkey.com or Drop a mail at official@zworthkey.com

Thanks for your kind response. Have a good day.