Archived topic
Meta on main page
6 replies · Started by Rust on April 2, 2018
Viewing posts 1–7 of 7
Hi.
How can i align category and comment meta on red line at screenshot?
https://postimg.org/image/idp1d0xdz/
.entry meta
margin-bottom does not help
Any chance you can link me to your site? Should be possible using Flexbox.
Let me know :)
Give this a shot:
.blog .inside-article {
display: flex;
flex-direction: column;
}
.blog .entry-meta {
margin-top: auto;
}
You can paste it into this tool if you need older browser support: https://autoprefixer.github.io/
Super!!!
Thank you very much, Tom!
You're welcome :)
This archived topic is closed to new replies.