Okay
  Public Ticket #1878457
Center post category on blog page
Closed

Comments

  •  1
    saxbald started the conversation

    Hi!

    I'm loving the Kalium theme. Great work!

    I have one question regarding the post categories on my blog page ( = also home page). I would like to center the post category, just like the post title and date are centered. (I would like to keep the post excerpt like it is now). 

    I've been playing around with .post-meta.category in the custom css section, but when I try to center that, both the category and date align to the left. 

    Would you be so kind to offer a solution?

    With kind regards,

    Sander Muller

  • [deleted] replied

    Hi Sander,

    Thanks for your kind wordssmile.png

    Please add the code below to your Custom CSS area:

    .blog-posts .post-item .post-details .post-meta.category, .blog-posts .post-item .post-details .post-meta.date {
        text-align: center;
    }
    

    I wish you a great weekend!

  •  1
    saxbald replied

    Hi Ylli,

    Thank you! Works like a charm!

    Kind regards,

    Sander

  • [deleted] replied

    Hi Sander,

    Glad to hear thatsmile.png

    Will set this ticket as solved from here.