Tagged: excerpt, text alignment
Hi good people,
I have put custom content in the excerpts for all my posts, and now am trying to figure out how to make the text align left rather than justify. I am guessing (hoping) this can be done with Quick CSS, I just can’t figure out the name for that text field.
I tried this without success:
.news-excerpt p {
text-align: left;
}
Here’s an example. The text comes from the manual/custom excerpt field.
Thanks in advance.
Hi Thomas!
Can you please post the link to your page so we can provide you an accurate solution? :)
Regards,
Yigit
Hi,
Please try adding this code to the Quick CSS section under Enfold > General Styling or to your child themes style.css file:
#top .fullsize .template-blog .post .entry-content-wrapper > * {
text-align: left;
}
Please make sure that > sign is not converted to – http://i.imgur.com/IDXRZQ3.png in Quick CSS field.
Best regards,
Yigit
Thanks, Yigit!
That worked!
Tom