Question Justify - Question | JoomShaper
Black Friday sale is live with flat 50% OFF. Sale ends soon! Grab your deal now!

Question Justify

F

fabiana

Template 2 years ago

https://prnt.sc/rKNt-9Yh33Bz

How do I justify this text?

0
2 Answers
Mehtaz Afsana Borsha
Mehtaz Afsana Borsha
Accepted Answer
Support Agent 2 years ago #113863

Hi

Thanks for contacting us. Use this custom CSS

#sppb-addon-1677796963988 .sppb-testimonial-carousel-message{
    text-align:justify !important;

}

Path towards custom CSS: Extensions>Templates>Styles> Click on your current default template name then choose Template Options. Then find custom CSS within the custom code.

-Regards.

0
Paul Frankowski
Paul Frankowski
Accepted Answer
Senior Staff 2 years ago #113862

Hi Fabiana,

I would use this:

.sppb-testimonial-carousel-message {
  text-align: justify; }
0