Ottan Posted May 7 Share Posted May 7 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 Link to comment
Beyondspace Posted May 7 Share Posted May 7 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 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 Beyondspace Posted May 7 Solution Share Posted May 7 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 Let me know how it works on your side Ottan 1 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
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment