My client wants the site to be responsive and have a fixed-top bar. This is the layout in full width.
But he also wants it to be responsive, so when I resize elements should adapt nicely. The body element has a 60px padding to the top, to compensate for the fixed top bar. But when I resize this is no longer enough. This is the same image with the browser window resized. Notice how the top bar overlaps the other elements.
I'm using bootstrap (navbar-fixed-top). Does anybody know how to fix this?
Regards.