badget

Biggest Sale! Special Offer!

Get 30% discount on all of our single themes with this coupon code: #30%SALE

Hurry up! *Limited time offer*

Justify text on Services & Testimonial Business Page Widget?

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #26415
    Talia
    Participant

    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 🙂

    #26427

    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!

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.