I would like to have no space between the fancy header and my content on my single posts page.
I found this in the style page, how can I get my posts page to use this.
.inner-page-wrap.no-top-spacing {
margin-top: 0;
I tried using .inner-page-wrap.no-top-spacing in the extra page class field when entering the post but that does not work.
I also found that altering the top margin here:
.inner-page-wrap {
margin-top: 50px;
margin-bottom: 60px;
min-height: 500px;
}
Works, but it changes the top margin on all pages. I only want to change the margins on the posts pages.
How can I do this?
Thanks
L