Skip to main content
Known Participant
April 2, 2017
Answered

fixed header overlapping adjacent content

  • April 2, 2017
  • 2 replies
  • 555 views

Hi,

I'm having trouble with a fixed header overlapping the following section of content.

I would like to start the next section at the bottom of the header.

Does anyone know what might be the problem?

Thanks very much.

    This topic is closed to new replies. Start a new post to keep the conversation going.
    Correct answer BenPleysier

    position: fixed will take the element out of the normal flow of your document. There for you will have to create a margin-top: "height of header plus"

    For more details see How To Create a Fixed Menu

    2 replies

    BenPleysier
    Community Expert
    BenPleysierCommunity ExpertCorrect answer
    Community Expert
    April 2, 2017

    position: fixed will take the element out of the normal flow of your document. There for you will have to create a margin-top: "height of header plus"

    For more details see How To Create a Fixed Menu

    Wappler is the DMXzone-made Dreamweaver replacement and includes the best of their powerful extensions, as well as much more!
    Known Participant
    April 2, 2017

    Hi Ben,

    Thanks very much.

    I ended up using top padding, but I will look at that link and give that a try as well.

    Thanks again.

    Matt