Difference in padding-top on single posts

Hello,

I have two posts in my blog. And one of the posts has padding on the top and the other one does not.
How is this possible and how to fix this?

Another question. How to change the background of single posts?


image

Comments

  • The one with the padding is the one with the sidebar, this is why.
    You can remove it with this custom css
    .single-post .sections_group {
    padding-top:0 !important;
    }
    You cannot change the bacground for posts.
    thanks
  • Hello,

    Thanks for your response.

    To solve the problem I added the sidebar to the other post as well. But it seems the problem is still there. Then I added the css rule to my stylesheet and nothing changed. Still the same problem.

    Do you have another solution?

    Thanks!
  • You can go to theme options>global>advanced and remove content padding there with and on/off option.

    Content | Remove Padding
  • Thanks that worked!
Sign In or Register to comment.