[Resolved] post meta stack on mobile

Home Forums Support [Resolved] post meta stack on mobile

Home Forums Support post meta stack on mobile

  • This topic has 3 replies, 2 voices, and was last updated 2 years ago by Ying.
Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #2162620
    Mohammed

    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?

    #2162694
    Ying
    Staff
    Customer Support

    Hi Mohammed,

    Try this CSS:

    .gb-container.inline-post-meta-area > .gb-inside-container {
        flex-wrap: wrap;
    }
    #2162704
    Mohammed

    I see, that worked. So it can be adjusted with flex.

    Thank you very much Ying.

    #2162723
    Ying
    Staff
    Customer Support

    You are welcome 🙂

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.