Is there any way to put an image (brand logo) on bootstrap\'s navbar like:
相关标签: 1条回答 星月不相逢 2020-12-14 20:09 the links come over the logo This is caused by the absolute positioning. Update Without resizing the image : .navbar .brand { max-height: 40px; overflow: visible; padding-top: 0; padding-bottom: 0; } Demo without resizing image (jsfiddle) 0 讨论(0) 发布评论: 提交评论 加载中... 验证码 看不清? 提交回复
the links come over the logo
This is caused by the absolute positioning.
Update Without resizing the image :
.navbar .brand { max-height: 40px; overflow: visible; padding-top: 0; padding-bottom: 0; }
Demo without resizing image (jsfiddle)