Kellyx10 Posted October 5 Share Posted October 5 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! Link to comment
tuanphan Posted October 7 Share Posted October 7 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 How to: Setup Password & Share url - Insert Custom CSS - Page Header - Upload Custom Font - Upload File - Find Block ID - Contact Customer Care 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