我正在构建一个引导WP主题,并且正处于构建静态html的阶段。我试过谷歌搜索,但因为很难描述我没有运气。为了简化事情,我不会告诉你我想做什么,而是通过非常糟糕的photoshop模型向你展示,希望我们可以在一起做些好事:)。
我正在使用http://getbootstrap.com/components/#navbar
中的导航栏片段此刻,它看起来像这样:
我希望它看起来像这样:
我试过玩填充物和边距但是我的空白。任何帮助表示赞赏:)。
答案 0 :(得分:1)
.navbar-form{
margin-top:0px;
margin-bottom:0px;
}
.navbar-form input{
min-height:50px;
border-radius:0;
}
.navbar-form button{
min-height:50px;
border-radius:0;
background:green;
color:white;
}