Jump to content

How do I move Comments from below the post up close to date?

Recommended Posts

  • Replies 14
  • Views 1.2k
  • Created
  • Last Reply

Top Posters In This Topic

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 
Hire me on Upwork!

🔌 Ghost Squarespace Plugins (Referral link)
📈 SEO Space (Referral link)
 SquareWebsites Plugins (Referral link)
 🔲 SQSP Themes (Referral link) 
Spark Plugin (Referral link) 

 Did I help? Buy me a coffee?

Link to comment

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 
Hire me on Upwork!

🔌 Ghost Squarespace Plugins (Referral link)
📈 SEO Space (Referral link)
 SquareWebsites Plugins (Referral link)
 🔲 SQSP Themes (Referral link) 
Spark Plugin (Referral link) 

 Did I help? Buy me a coffee?

Link to comment
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

Screenshot 2023-09-04 alle 12.07.39.png

Link to comment

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 
Hire me on Upwork!

🔌 Ghost Squarespace Plugins (Referral link)
📈 SEO Space (Referral link)
 SquareWebsites Plugins (Referral link)
 🔲 SQSP Themes (Referral link) 
Spark Plugin (Referral link) 

 Did I help? Buy me a coffee?

Link to comment

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 
Hire me on Upwork!

🔌 Ghost Squarespace Plugins (Referral link)
📈 SEO Space (Referral link)
 SquareWebsites Plugins (Referral link)
 🔲 SQSP Themes (Referral link) 
Spark Plugin (Referral link) 

 Did I help? Buy me a coffee?

Link to comment
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 
Hire me on Upwork!

🔌 Ghost Squarespace Plugins (Referral link)
📈 SEO Space (Referral link)
 SquareWebsites Plugins (Referral link)
 🔲 SQSP Themes (Referral link) 
Spark Plugin (Referral link) 

 Did I help? Buy me a coffee?

Link to comment

Create an account or sign in to comment

You need to be a member in order to leave a comment

×
×
  • Create New...

Squarespace Webinars

Free online sessions where you’ll learn the basics and refine your Squarespace skills.

Hire a Designer

Stand out online with the help of an experienced designer or developer.