So, i have just a simple navbar with Bootstrap :
-
HOW TO DISABLE RESPONSIVENESS FROM BOOTSTRAP SASS / SCSS / LESS
With compiled versions of bootstrap
https://github.com/twbs/bootstrap-sass is easy, just add this variables BEFORE compiling it.
SASS / SCSS
$grid-float-breakpoint:1px;
$screen-xs:1px;
$screen-sm:2px;
$screen-md:3px;
$screen-lg:9999px;
LESS
@grid-float-breakpoint:1px;
@screen-xs:1px;
@screen-sm:2px;
@screen-md:3px;
@screen-lg:9999px;
Remove "viewport" from header