Single post header

Hello,

I'm having trouble solving this http://graficas.biz/arb/hello-world-4/

What I want to achieve is to lower the top part of the page under the header I know my header is transparent but is there a way to fix it  keeping the header style?

Thank You!

Comments

  • edited December 2016
    Hi,

    if you know that your header is transparent, then we do not understand your question. The whole sense of being transparent is that anything below, goes behind the transparent element. So if you do not like the way how it looks like, please disable transparency for the header or use another header style.

    Thanks.
  • I do want a transparent header and I know how it works, it looks perfect in all my pages, but in SINGLE POST PAGES I can't find a way to lower the top part of that type of page (single post) is there a way to do it?
  • Ok, if you want to move the content on single posts only, use the following css:
    .single-post #Content { padding-top: 100px !important; }
Sign In or Register to comment.