Hey Air,
I was wondering where I could adjust the padding of the content of the blog posts. I would like for the content of the (masonry) blog posts to be closer to the end of the box.
http://d.pr/i/13cyI'm talking about the blue spaces.
Hope you can help me out

Regards
Comments
Default padding is set to
30pxUse this custom CSS to change it
.archive-item{Also if you face something strange with thumbnail videos in masonry blog postspadding: 10px;
}
go to
loop.phpand change number from line ~44: this-60to be value of2x(padding you have set)so in case of padding of
10pxyou would change this to-20With regards.