Archived topic
Single Line Meta Info Sorta (Another One)
1 reply · Started by Sean on January 5, 2021
Hello GP Family, Happy New Year!
I'm looking to do something very similar to this thread here: https://generatepress.com/forums/topic/all-meta-in-one-single-line/
Featured Image
Title
Excerpt
(Date)
(Category) (Tags)
I have the Read More link Floating to the right currently, which I'd like to keep there, while those few meta infos are on the left.
Hi,
Do you want it to look something like this?
https://share.getcloudapp.com/X6u0vjpD
If so, try adding this CSS:
footer.entry-meta {
display: flex;
}
footer.entry-meta > *:not(.cat-links) {
margin-left: 10px;
}