Change navbar height in Bootstrap3
可以将文章内容翻译成中文,广告屏蔽插件可能会导致该功能失效(如失效,请关闭广告屏蔽插件后再试): 问题: I'm trying to reduce the height of Bootstrap3 's fixed navbar. I found the @navbar-height variable in variable. less, and changed it, but it doesn't seem to change anything. I also tries these solutions: " Change navbar height ", " Navbar height changing ". No result. Any idea? Thanks 回答1: update As per response on https://github.com/twbs/bootstrap/issues/11443 @mdo wrote: Change the @navbar-height and @navbar-padding-vertical and you should get it. Example, set @navbar-height: 20px; and @navbar-padding-vertical: 0; , see: http://bootply.com