Is there an easy way to have the text be justified in these widgets? (square on both sides for simplicity rather than centered text)
Also, I am currently using 3 services and they are not centering from left to right. What is the fix?
Thanks,
Note: I am a normal wordpress user not a designer or developer…so the simpler the answer the better 🙂
Hi Talia,
Go to Appearance -> Theme Options -> Design Options Tab -> Custom CSS paste the following CSS code and Click on save all changes button:
.widget_service p { text-align: justify; } .widget_testimonial .testimonial-content { text-align: justify; }
Hope this may help you Thank you!