Archived topic
post meta stack on mobile
3 replies · Started by Mohammed on March 21, 2022
Hi,
thanks for your theme,
I'm doing a post meta on this: https://stroller-envy.com/uppababy-g-luxe/
I would like to have the post meta to stack on mobile like one column, such as
"By Author" would all be on one line, rather than right now where the
name, the date, and the category each have a line break in them.
See example: https://www.brewcabin.com/brewing-water/
I don't have an idea right now.
Is it possible to do it with Generateblocks?
Hi Mohammed,
Try this CSS:
.gb-container.inline-post-meta-area > .gb-inside-container {
flex-wrap: wrap;
}
I see, that worked. So it can be adjusted with flex.
Thank you very much Ying.
You are welcome :)