如何删除滑块和导航之间的空白区域?无法找到css标签来删除空白区域。感谢
这是滑块的CSS:
#slider-banner {
overflow: hidden;
background: #111;
导航
.main-navigation {
clear: both;
display: block;
font-weight: 300;
font-family: 'Lato', sans-serif;
position: relative;
border-bottom: 3px solid #04A3ED;
background: #00ABFF;
这是site
答案 0 :(得分:0)
有同样的问题。我使用jQuery中的.pull-left
和.pull-right
来分割我的导航栏。
看起来它们在CSS中默认都有margin-bottom: 10px;
。所以,在你自己的css中将它改为0px,这样它就会覆盖jQuery。