Fixed Navbar
Is there any way to
fix the navbar at the top while the sibling container shouldn't overlap with nav , it should start after nav
Currently I am using position fixed on nav but sibling div is overlapping .
Since nav don't have a fixed hieght so I can't give fixed pixel margin-top to sibling1 Reply
If your parent is the scrolling container its simple:
If something above parent is the scrolling container:
Your nav does not need a fixed height, you can set the
padding-top inside media queries. (I would prefer the first solution though)