How to reduce space between posts

Hey, this is my blog http://unknownterrains.com/ I would like to reduce space between blog posts. Ive managed to change that in my main page but I dont know what code to use for other pages (category pages - reviews, documentaries, interviews).

See the attached images of my main page and how I would like the spaces in-between posts on the rest of the pages.

PS. Is it possible to have more than one column per page?

Thanks for help

Hi @sunnymorning,

I hope you are well today and thank you for your question.

You can try reducing the space on other pages by adding the following CSS code in the Custom CSS option of your theme on the below path.

Admin Area -> Appearance -> Customize -> Activello Options -> Other -> Custom CSS

.archive #page article .post-inner-content {
    padding: 20px 0;
    margin-bottom: 0;
}

Best Regards,
Movin

Hey thanks it worked. Is it possible to add also a line in between posts?

Also does anyone know how to add more columns to the main page?

You are most welcome here :slight_smile:

To help us keep support thread separates could you please create new thread for each of your other questions here https://colorlibsupport.com/c/activello/ instead of asking them in your single thread as it makes the thread messy and hard to read.

If you want to you can also add reference of this thread in your newly created thread.

We would be more than happy to help you on your new thread.

Okay thanks for help you can close this thread

You are always welcome :slight_smile: