- > I have a layout whose header is fixed at the top.
- > But the section just below is below it and does not follow the same (normal) flow
In this case what is the best way to make the section below below the header?
1) Using position: relative top: px until the section exits under the header?
2) Placing an empty div with the same header height before the section?