I have the following js fiddle. The issue is when the navigation bar is collapsed the layout is pretty messed up (to reproduce just shrink the window size to the size of an iPhone). I believe this is because of the navbar-header that I've put on the following stays constantly on the left and there's no spacing for the collapsed navbar:
<a class="navbar-brand nav-title-logo" href="http://dev.shopious.com/"> </a>
</div>
Any workarounds for this?