• I would like to design a header that has a ribbon in it, the ribbon will curl and end in the bottom part of the header image.

    I want the navigation links to be on that ribbon. I believe the best way to do this is to move the navigation bar upwards on top of the header, right?

    I have no css/classes/div skills whatsoever..

Viewing 2 replies - 1 through 2 (of 2 total)
  • If you have no skills, that’s going to be hard…but what theme are you using?

    Thread Starter Jummul

    (@jummul)

    Nevermind. Solved it myself with youtube tutorials and website tutorials. Pretty easy actually.

    I watched this tutorial first:
    https://www.youtube.com/watch?v=5oS0heHEQjw

    After I drew my ribbon I added the following to #subnav { (which is my themes navigation div)
    position: relative;
    top: -100;

    Then I started adjusting the negative top value until it landed on my ribbon.

    If it doesn’t, google for z-indexes.

    The result?

    https://www.acupoflife.nl

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Header behond navigation’ is closed to new replies.