space between articles

hello there

I have a question about articles presentation on my page : https://act-outofthebox.com/category/actus (see attached)

can i reduce the space between two articles ?
how can I change the “read more” button’ text ?
the website is in french that’s why

Thank you so much for your help !!

Jordan

Hi @jordan26,

Use this css code for space between articles:

.hentry {
    margin: 0 0 1.5em;
}

For read more button:
First you make sure that you have a child theme, then you need to edit this php file, line 59:

Thanks,

Cristian