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*

Justified text in Service Widget

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #8304
    Daniel
    Participant

    Does anybody knows how to make the text in 3 columns of Services Widget appears justified?
    Website: “Un Sitio Ya.com”

    #8328
    Sanjip Shah
    Participant

    @DD In the dashboard, go to Appearance->Theme Options->Design Options Tab->Custom CSS. Paste the following css and click on ‘Save all Changes’.
    .service-item p { text-align: justify; }

    #8348
    Daniel
    Participant

    Thanks Sanjip,

    I used your CSS code but there are no changes in text as you can see in the next image. (Site was reload after changes to avoid caches problems)

    Site: un Sitio Ya . com

    Thanks again.

    #8355
    Daniel
    Participant

    Dear Sanjip,

    I found a way to get justified text in Service Widget.
    I create a manual excerpt in each page used in Service Widget with:

    <p align=”justify”>
    My text
    </p>

    I think a general solution with CSS will be better but I don´t know do it.
    Do you have any comments about the CSS code “.service-item p { text-align: justify; }” that don´t work on my Site ?

    Thanks and Kind regards

    #8477
    Sanjip Shah
    Participant

    @DD Thats great. Using a manual excerpt with html tags is just good as custom css. So, don’t worry that, your changes will still be there when you update the theme.

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