I have a plugin that puts ads below the nav bar and I want to move up the posts so there isn’t a bunch of empty space. I figured out I can do it with
.x-main {
margin-top: -40px;
}
but that also applies it to pages which I don’t want, I only want posts. So could you either help me only apply it to posts or help me with a different code? Also how can I move the sidebar up the same amount to stay in line with the post?