ok, I think I fixed half the problem:
in the style.css file:
line 239 #supplementary .widget {
line 240 margin-bottom: 30px;
I add this:
text-align: justify
and that fixes my problem; it justifies my excerpt and leaves the image centered.
…but, I want to put this in the custom css file.
If I copy the line 239, 240 and I add the text-align: justify, it won’t work.
So my question is: What shall I put in the custom css file to make it work?
Thank you