Skip to main content
christineavatar
Legend
December 17, 2021
Answered

Why can't I post below the my header?

  • December 17, 2021
  • 2 replies
  • 266 views

I have tried everything. No matter what I do it always posts behind my logo.

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

    Because your header is fixed which takes it out of the natural html flow. To place content below the header and floated navigation you will need to add a top margin to your main content container.

    2 replies

    osgood_Correct answer
    Legend
    December 17, 2021

    Because your header is fixed which takes it out of the natural html flow. To place content below the header and floated navigation you will need to add a top margin to your main content container.

    christineavatar
    Legend
    December 17, 2021

    Thanks! Such a simple thing!