I am currently using Bootstrap for my website design. I have placed my content inside a wrapper, with the header positioned outside of it. However, there is a white gap that stretches across the entire page between the nav bar at the top and the right edge of the screen. Can anyone advise me on how to resolve this issue? View example
To address this problem, I relocated div class="rowimg"
into div class="row"
. This adjustment appears to have resolved the issue with the sidebar gap, but there still remains a white gap above the content. You can view the current state here.