[Resolved] Post Tags are not wrapping properly

Home Forums Support [Resolved] Post Tags are not wrapping properly

Home Forums Support Post Tags are not wrapping properly

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #2317644
    Ian

    We are running the default GB tags inside each post. If you scroll to the bottom of the post, under a mobile view, you will see tags that are too long splitting from line 1 to line 2. How do we make it so if tags are too wide to just start it on the next line?

    I have included a link below.

    #2317779
    Ying
    Staff
    Customer Support

    Hi Ian,

    Can you give this CSS a try?

    .single span.tags-links {
        display: flex;
        flex-wrap: wrap;
    }
    #2318530
    Ian

    Amazing sauce Ying! As usual. Thank you!

    #2318609
    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.