I have next structure:
- first fixed div for navigation
- second fixed div that can be visible or hidden
- third div container that scroll under the first div or first and second div.
How to add this second div, so that container is on right position, when this div is visible or hidden?
<div class="navbar navbar-default navbar-fixed-top">
...
</div>
<div style="position:fixed; margin-top:50px">...</div>
<div class="container">...</div>