Single Post Margin Top

Hello I am having troubles with the single post layout as I don¡t know how to maintain the margin-top:120px that I am using in the rest of pages section's


thanks in advance!

Comments

  • Hi,

    as we can see, there is no margin top on your single post pages. But we found that you are using transparent header type and this is the reason why the content goes behind the top bar what is the most proper behave of being transparent. However, if you don't like it, then or you need to use different header type using layouts configurator or you can use the following css to push the content down on single post pages only:
    .single-post #Content { padding-top: 230px !important; }
Sign In or Register to comment.