Hi there,
I need to add some spacing at the top of the page on blog posts to clear the Nav Header (I’m using pro).
I’ve got this working on the single posts pages, using the code below, but how can I add this to the main posts index / blog page as well?
.single-post .x-container.max.width.offset {
box-shadow: none;
padding-top: 3.5em;
border: none;
background: #fff;
}
Thanks

