Re: Navbar issues
You can do that with css, use min-width. This will make sure that the container will not shrink after it reached a point that you define (example: #wrapper { min-width: 200px; }).
You can do that with css, use min-width. This will make sure that the container will not shrink after it reached a point that you define (example: #wrapper { min-width: 200px; }).