Contz Posted September 4 Share Posted September 4 Hi, As you can see from the image, what CSS code do I need to move the comments icon and text from below, up close to the date. Thanks Link to comment
Ziggy Posted September 4 Share Posted September 4 Can you share your website URL, this page and the password if it's not live? Please like and upvote if my comments were helpful to you. Cheers! Zygmunt Spray Squarespace Website Designer Contact me: https://squarefortytwo.com 🔌 Ghost Squarespace Plugins (Referral link) 📈 SEO Space (Referral link) ⬛ SquareWebsites Plugins (Referral link) ✨ Spark Plugin (Referral link) ☕ Did I help? Buy me a coffee? Link to comment
Ziggy Posted September 4 Share Posted September 4 Try this Custom CSS .collection-type-blog article .post { display: flex; flex-direction: column; } .collection-type-blog article header { order: 1; } .collection-type-blog article .article-meta { order: 2; } .body .entry-content { order:3; } Please like and upvote if my comments were helpful to you. Cheers! Zygmunt Spray Squarespace Website Designer Contact me: https://squarefortytwo.com 🔌 Ghost Squarespace Plugins (Referral link) 📈 SEO Space (Referral link) ⬛ SquareWebsites Plugins (Referral link) ✨ Spark Plugin (Referral link) ☕ Did I help? Buy me a coffee? Link to comment
Contz Posted September 4 Author Share Posted September 4 7 minutes ago, Ziggy said: Try this Custom CSS .collection-type-blog article .post { display: flex; flex-direction: column; } .collection-type-blog article header { order: 1; } .collection-type-blog article .article-meta { order: 2; } .body .entry-content { order:3; } Unfortunately this breaks the site, as you can see here in the screen Link to comment
Ziggy Posted September 4 Share Posted September 4 The final line isn't targeting correctly, try either of these tweaks: .collection-type-blog article .post { display: flex; flex-direction: column; } .collection-type-blog article header { order: 1; } .collection-type-blog article .article-meta { order: 2; } .body .entry-content { order:3 !important; } OR .collection-type-blog article .post { display: flex; flex-direction: column; } .collection-type-blog article header { order: 1; } .collection-type-blog article .article-meta { order: 2; } body .entry-content { order:3 !important; } OR .collection-type-blog article .post { display: flex; flex-direction: column; } .collection-type-blog article header { order: 1; } .collection-type-blog article .article-meta { order: 2; } .entry-content { order:3 !important; } Please like and upvote if my comments were helpful to you. Cheers! Zygmunt Spray Squarespace Website Designer Contact me: https://squarefortytwo.com 🔌 Ghost Squarespace Plugins (Referral link) 📈 SEO Space (Referral link) ⬛ SquareWebsites Plugins (Referral link) ✨ Spark Plugin (Referral link) ☕ Did I help? Buy me a coffee? Link to comment
Contz Posted September 4 Author Share Posted September 4 Solutions 2 and 3 seems ok, but they break the site as well. And comments count don't go on the right, but below. Link to comment
Ziggy Posted September 4 Share Posted September 4 I can't see the code on the website to know how to improve it. Please like and upvote if my comments were helpful to you. Cheers! Zygmunt Spray Squarespace Website Designer Contact me: https://squarefortytwo.com 🔌 Ghost Squarespace Plugins (Referral link) 📈 SEO Space (Referral link) ⬛ SquareWebsites Plugins (Referral link) ✨ Spark Plugin (Referral link) ☕ Did I help? Buy me a coffee? Link to comment
Contz Posted September 4 Author Share Posted September 4 I haven’t added any code, it’s just CSS. Link to comment
Ziggy Posted September 4 Share Posted September 4 3 minutes ago, Contz said: I haven’t added any code, it’s just CSS. CSS is style code, but I can't see the CSS that I gave you on the website. Please like and upvote if my comments were helpful to you. Cheers! Zygmunt Spray Squarespace Website Designer Contact me: https://squarefortytwo.com 🔌 Ghost Squarespace Plugins (Referral link) 📈 SEO Space (Referral link) ⬛ SquareWebsites Plugins (Referral link) ✨ Spark Plugin (Referral link) ☕ Did I help? Buy me a coffee? Link to comment
Contz Posted September 4 Author Share Posted September 4 I took it off, as you can see from my screens, it moved things around weirdly Link to comment
tuanphan Posted September 7 Share Posted September 7 On 9/5/2023 at 11:47 AM, Contz said: Any other solutions? Do you still need help? I don't see any comment icons now on homepage. Can you check it again? https://gwtf.it/ 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
Contz Posted September 10 Author Share Posted September 10 Hi, removed those since I got no help here. thanks 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