Hi everyone
I need help regarding Image with Text " TEXT JUSTIFY "
How can I do it Trough Custom CSS ??
anyone can HELP
website : www.oscarliving.co.id
Theme : Empire 11.1.3
Thank you
Hi everyone
I need help regarding Image with Text " TEXT JUSTIFY "
How can I do it Trough Custom CSS ??
anyone can HELP
website : www.oscarliving.co.id
Theme : Empire 11.1.3
Thank you
Hi @OLIV1
Try this one.
.image-with-text__text p {
text-align: justify;
}
And Save.
Result:
This is only an option if you like.
If you like this option, you can use the code below.
.image-with-text__text p {
text-align: justify;
text-align-last: center;
}
Note: This code will change all the text with image section you have in the store.
Please don’t forget to Like and Mark Solution to the post that helped you. Thanks!
OMG Thank You so much, Look simple but it helps me a lot Thank you