padding issues

Hi

How can I reduce the padding between posts?

Also, is there a way to change the fonts?

What font are you using for the menu?

thanks

Gary

Hi!

I made it this way - created a child theme and added such code in style.css:

.blog.home .page-1 article.post:first-child .post-inner-content{
    padding: 0 0 20px;
}
.blog.home .page-1 article.post:nth-child(2) .post-inner-content{
    padding: 20px 0;
}

in the main style.css padding equals 50px

awesome thanks a lot! worked perfectly

Hi @vauveigh,

I hope you are well today and thanks for helping out here in this forum.

Your help here is really appreciated.

Cheers,
Movin