Kellyx10 Posted October 5, 2023 Posted October 5, 2023 Hi, I want the title/excerpt/meta tags of the blog list to display in different alignments. At the PC view, all description is center-aligned on the hover; at the mobile view, all description is left-aligned below the thumbnails. https://plucx-proto.squarespace.com/blog password: blogblog Does anyone have a solution to this? Thanks in advance!
tuanphan Posted October 7, 2023 Posted October 7, 2023 To make it left-align on mobile, use this CSS code @media screen and (max-width:767px) { .blog-basic-grid--text * { text-align: left !important; } } Email me if you have need any help (free, of course.). Answer within 24 hours. Or send to forum message Contact Customer Care - Learn CSS - Buy me a coffee (thank you!)
Recommended Posts
Create an account or sign in to comment
You need to be a member in order to leave a comment