When I have a longer blog post title, the formatting for "Latest Blog Posts" gets messed up. The title, date, and comments all get moved below the thumbnail and a scroll bar appears for the entry. Instead, I would like to just have the headline wrap to the next line.
What CSS can I use to do this? Thanks.
Sent the solution via mail.
For anyone else, please add this to your custom.css file to fix this for now.
body.home #latest-posts-container .news-entry div { width: 285px; }
It looks like you're new here. If you want to get involved, click one of these buttons!