I want to make my navbar in BS3 to be of height 20px. How do I do this?
I\'ve tried the following:
.tnav .navbar .container { height: 28px; }
Simply change the default 50px navbar-height by including this to your variable overrides.
You can find this default navbar-height on line 365 and 360 on bootstrap's SASS and LESS variables files respectively.
File location, SASS: bootstrap/assets/stylesheets/bootstrap/_variables.scss
File location, LESS: bootstrap/less/variable.less