Jump to content

Customizing blog tags

Go to solution Solved by Beyondspace,

Recommended Posts

1 hour ago, Ottan said:

I used some code that I found in the forums to move blog tags to the top of a post and customized the design a little. I'm pleased with the way it works on desktop, but on mobile, they overlap and look odd. Does anyone have any suggestions?

https://pedl.tech/team/brian-korgel

image.thumb.png.adf38a23d3f7f84a56aee6cfaae746b1.png

Can you share your URL so I can check it easier?

BeyondSpace - Squarespace Website Developer

🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox, video lightbox and much more)
🗓️ Delivery Date Picker (Squarespace Date picker form field)
💫 Gallery block 7.1 workaround
🥳 No-code customisations for Squarespace (+100 Spark plugin customisations)
🥳 Freemium Squarespace Widget Templates (+1000 Elfsight Templates)

If you find my answer useful, let's leave a like or upvote so others with the same issue can find their solution. Thank you!

Link to comment
  • Solution

You can try adding the custom CSS

@media only screen and (max-width: 767px) {
  .blog-meta-item.blog-meta-item--tags {
    display: flex;
    flex-wrap: wrap;
  }

  .blog-item-tag-wrapper {
    margin: 10px 2px;
  }

  .blog-item-tag-wrapper:after {
    content: unset !important;
  }
}

Here is my testing

image.thumb.png.a9d8c5092dfed24bb029d5f43041ad4d.png

Let me know how it works on your side

BeyondSpace - Squarespace Website Developer

🖼️ Lightbox Studio (Enable Pinch/Zoom on lightbox, video lightbox and much more)
🗓️ Delivery Date Picker (Squarespace Date picker form field)
💫 Gallery block 7.1 workaround
🥳 No-code customisations for Squarespace (+100 Spark plugin customisations)
🥳 Freemium Squarespace Widget Templates (+1000 Elfsight Templates)

If you find my answer useful, let's leave a like or upvote so others with the same issue can find their solution. Thank you!

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

×
×
  • Create New...

Squarespace Webinars

Free online sessions where you’ll learn the basics and refine your Squarespace skills.

Hire a Designer

Stand out online with the help of an experienced designer or developer.