Is there a way for me to increase distance between blog posts on archive page, without affecting padding on the right or left side and making the block of posts off center?
I tried adding this css, but it makes block of posts off center and makes the entire .content-area div smaller:
The padding-left value sets the gap, and margin-left has to offset it to keep the same width container position. So if you want a 30px padding gap, then change margin-left to -(neg) 30px