Padding on top of single blog post

Hi,
I am puzzeled. Where I can set the top padding of a single blog post? At the moment it does not take affect if i set the values on the single blog post.
On all other pages i am able to set this top padding in the settings and it take effect but if i do it in blog single post it doeas not take effect and it looks like this.


You see the title begins here behind the Logo and menu. If i disable the title, so the featured picture begins at very top.
Thanks for answer

Gregor

Comments

  • Hello Gregor,
    That's because your header is transparent and this header type does not have any height applied.
    You would have to use another type of header, classic for example, or use some kind of Custom CSS, likee this code below:
    body.single-post #Content{
    margin-top:200px;
    }
    Paste that code into Theme Options > Custom CSS & JS > CSS
    thanks
  • Thanks a lot.
    Great support.
    This was the solution.
    Gregor
Sign In or Register to comment.