Copy link to clipboard
Copied
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.
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
Copy link to clipboard
Copied
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
Copy link to clipboard
Copied
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
Get ready! An upgraded Adobe Community experience is coming in January.
Learn more