reduce gap in archive

Hello,

Is there a code that will allow me to reduce the gap between the month and the posts on the archive page, as well as the gap between each post on the archive page?

Ex: http://lienjae.com/2016/06

Thank you,

LJ

Hi LJ,

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

You can try achieving this 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


body.archive .post-inner-content {
    padding-bottom: 0;
    padding-top: 0;
}

Best Regards,
Movin