Transparent header overlapping the first wrapper in the section

Hello, I'm trying to create a transparent menu using the transparent header but it overlaps the first section in the website as you can see here ( http://www.traxmun.es/test37/?page_id=50 ).
Is there any way to make them not to overlap?

Comments

  • Hi,

    this is how Transparent header works. This is the sense of being transparent. So what you can do in this case is to set different header style on pages where you don't use slider or just increase top padding for 1st section. Also, you can use below css to increase header height:
    body.minimalist-header:not(.template-slider) #Header { min-height: 250px !important; }
    Thanks!
  • Thanks for your answer but what I'm actually trying to do is to that the logo, the menu and the first wrapper have the same image background. If I do it the way you state, the header gets a different background. How can I ge the header and the first section to share the same image background?

    Thanks!
  • Sorry but what you described above, is impossible. This needs much more changes in html and can not be done with css only.
Sign In or Register to comment.