Hi!
I’m trying to figure out how to get rid of the white margin on top of the main Blog-page + also on the actual blog posts. I have hidden page tittles but I’d like to get rid of (or control) that overly big white space between header and the content.
I was able to control the width of the blog posts nicely with this:
.blog .main,
.single-post .main,
.single-post .x-main.full {
margin: 10% auto;
width: 60%;
}
But, I’d like to have the same design on the main Blog-page. Is it possible?
With best regards,
Japileinchen