答案 0 :(得分:0)
如果我理解你的目标,我建议你摆脱position:fixed...
内联的东西,并在navbar-brand
div中添加一个自定义类。然后使用填充覆盖移动您的徽标img。
HTML
<a class="navbar-brand custom" href="#"><img src="//placehold.it/100x50&text=LOGO" /></a>
CSS
.custom{padding-top:0px;}
答案 1 :(得分:0)
只需执行此操作:按原样保留HTML,然后将其添加到CSS
.navbar-brand{width:200px; display:block;}
请务必加载此AFTER Bootstrap的CSS,或添加!important。当然,200px宽度应该是您的徽标的大小,它可以更小或更大