Ottan Posted May 7 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
Beyondspace Posted May 7 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 - PDF Lightbox popup - ...) </> 🗓️ Delivery Date Picker (Date picker form field) Gallery block 7.1 workaround </> No-code customisations for Squarespace
Solution Beyondspace Posted May 7 Solution 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 - PDF Lightbox popup - ...) </> 🗓️ Delivery Date Picker (Date picker form field) Gallery block 7.1 workaround </> No-code customisations for Squarespace
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment