Archived topic
Post Tags are not wrapping properly
3 replies · Started by Ian on August 19, 2022
Viewing posts 1–4 of 4
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.
Hi Ian,
Can you give this CSS a try?
.single span.tags-links {
display: flex;
flex-wrap: wrap;
}
Amazing sauce Ying! As usual. Thank you!
You are welcome :)
This archived topic is closed to new replies.