Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Navbar issues

@xevo

Participant

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; }).

Skip to toolbar