Hello, I can’t seem to find the solution to this problem: on my homepage I added a blog post section which shows the excerpts of my three most recent posts (in three columns). I manually added those excerpts to my posts. Now I would like to both set the alignment of that excerpts to justify and use hyphenation. Is that possible?
Hey DLPJRos,
I’m not sure if I understand you correctly, could you post a link to where we can see the elements you want to alter and try to explain a bit further please? If you have a screenshot highlighting the changes then please post it somewhere online and link to it here.
Best regards,
Rikard
Ok, thanks for your quick reply. First of all, i’m using the child theme. In the blog post editor I added an excerpt to the special excerpt text box, like this:
On my home page I added a blog element which shows my three latest post (for now I only have one though), and it looks like this:
Now, I’d like to have it more like this mock up image I made:
So, alignment justified and with hyphens to separate the words at the end of a line. It would be great if this would be possible.
Hi,
Ok, thanks for that. Could you post a link to a page where we can inspect the element as well please?
Best regards,
Rikard
Ok, I put the link in the private content box.
Hi,
Thanks for that, please try the following in Quick CSS under Enfold->General Styling:
.slide-entry-excerpt {
text-align: justify !important;
}
Best regards,
Rikard
Yes, this works! Thank you.