Hi there. I’m trying to manipulate the spacing above and below my different headers (blog-wide) as seen in the image. I’ve tried
h1, h2, h3, h4, h5, h6,
.h1, .h2, .h3, .h4, .h5, .h6 {
margin-bottom: 5;
margin-top: 0;
}
But that doesn’t work for the area below the header, and it only works in a limited way for the area above the header–it’s all or nothing, a huge space or no space at all. I want fine, granular control.
Thanks