posts view in the categories

Hello, it’s me again :smiley:

Is it possible to put a separator between each post on the view of the categories ? They don’t appear : Vivons nous - Vivre sa vie en conscience - Vivons Soi
The posts don’t appear separated as on the wellcome page https://www.vivonssoi.com

Yhank you ! <3

hey there

Hope you are having a good day and thank you for your question :slight_smile:
Please add this CSS in appearance - customize - additional CSS

article.post {
border-bottom: 1px solid #cecece;
}

Thanks!
Colorlib Support Team

Hello and thank you for your reply.

It worked on the categories page but on the wellcome page, it added extra separators : https://www.vivonssoi.com
Maybe there is a way to use an additional CSS only for the categories pages ?

Thank you !

Good evening

Ok, lets update our code little bit:

.category article.post {
border-bottom: 1px solid #cecece;
}

Hello,
it worked, the space between the separators and the posts is a little big but at least there are some and no more extra separators on the wellcome page.

If you know how I can diminuate the space I take it :smiley: but if you don’t it’s ok.

Thank you so much for your precious help anyway !

Hello

Well, if you increase our motivation little :slight_smile: please rate us here: [Activello] Reviews | WordPress.org

this is the code to manipulate space between posts:

.archive .post-inner-content {
margin-bottom: 13px;
padding-bottom: 20px;
}

Hello,
You are so wonderful !!!
It worked and it’s wonderful :smiley:
I rated you, I would have give 10 stars if I could !

Really, thank you so much to all your team !

Thank you so much :slight_smile:

I will close this one but let me know if you need anything else in new ticket :slight_smile: