@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; }
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 ?
@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.