Archived topic
Author Avatar and Byline in new row in mobile view
5 replies · Started by Mathias on January 29, 2021
Hallo,
I have this blog post:
https://www.haartransplantation-tuerkei.com/ratgeber/extrem-starker-haarausfall
I would like the author avatar and the byline (Clemens Weber) to be in the next row in mobile view ony.
1. row: date
2. row: author avatar & byline
Can you tell me the css snippet?
thanks
have a great day
Mathias
HI there,
Try this CSS:
@media (max-width: 768px) {
.entry-meta {
display: flex;
flex-wrap: wrap;
}
.entry-meta .posted-on {
flex-basis: 100%;
}
}
Adding CSS: https://docs.generatepress.com/article/adding-css/
Let me know if this helps :)
thanks for your quick response.
Unfortunately it did not do the trick.
What I want basically is a line-break after the post date.
Any ideas?
thanks
thanks Leo,
that worked,
have a great day
No problem :)