tomasmac1
button will move to left side for this screen size
Hi this will move the left with that style, this is why i already mentioned that.
If you want to show the Mobile menu early you can change the the breakpoint value from the /less/variable.less file and it will call mobile header early for this screen size.
For height you can add this code in custom.css file and reduce the padding values
@media (min-width: 768px){
.navbar-nav > li > a {
padding-top: 29px;
padding-bottom: 29px;
}}