Align published date (and images)
-
Hi there!
Really cool and efficient plugin but I’m having issues to center some elements.
I’m displaying 3 blog post in a row.
I’m trying to have all the published date on the same line, (knowing the blog title can be 1 or 2 lines).
The idea is to have the images in a row all align (+ the published date and the read more button).I’ve been able to align the read more button (thanks to your forum).
.wpsp-read-more {
margin-top: auto;
text-align: center;
}
.wp-show-posts-inner {
display: flex;
flex-direction: column;
}For the published date, I’ve been trying different CSS with other class but I still don’t get the expected result.
Im definitely missing out something.Thanks for your help ??
The page I need help with: [log in to see the link]
- The topic ‘Align published date (and images)’ is closed to new replies.