Jump to content

Why are my categories and date not on the same line on posts?

Recommended Posts

Site URL: http://allisonhere.com

Password: password

I'm having a problem with my post's categories displaying above the date (first picture), instead of on the same line like in my Basic Grid Blog (second picture).

Can anyone help me figure out how to fix this? Is there a setting I need to change, or is it something I can change with CSS?

Want to change the date/category on my actual blog post:48065312_ScreenShot2021-03-17at11_36_14PM.png.86a8d0fa1818429826830779855dc319.png

To look like the format of my Basic Grid Blog

1380116513_ScreenShot2021-03-17at11_42_41PM.png.7c4d877b32295e041b745621ddec8acc.png

Link to comment
  • Replies 3
  • Views 1k
  • Created
  • Last Reply
  • arm94 changed the title to Why are my categories and date not on the same line on posts?
On 3/18/2021 at 7:01 AM, arm94 said:

Website: allisonhere.com ~ Password: password

Add to Design > Custom CSS

/* date category same line */
.blog-item-meta-wrapper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
}
.blog-meta-item.blog-meta-item--categories:after {
    content: "-";
}

 

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!)

Link to comment

Archived

This topic is now archived and is closed to further replies.

×
×
  • 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.