Archived topic
meta on one line
3 replies · Started by Rust on March 7, 2019
Viewing posts 1–4 of 4
Hi. How can I arrange these elements (1) on one line as at 2? In main page and in rubrics pages?

Hi there,
try this CSS:
.generate-columns .inside-article {
display: flex;
flex-direction: column;
}
.generate-columns .inside-article footer.entry-meta {
margin-top: auto;
padding-bottom: 2em;
}
thank you very much!
You're welcome
This archived topic is closed to new replies.