Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我一直在尝试修复导航栏位置,但它无法正常工作。我在 nav 元素中添加了 margin-top ,但是当用户向下滚动时这会产生很大的空白。我只想将导航栏位置移动到标题底部和内容上方。我怎样才能使这项工作?我在要移动导航栏位置的位置绘制箭头。
https://songs-of-hope.tumblr.com/
您可以从styles.css第 500 行中删除以下样式:
styles.css
#header.bgimage.center .primary { padding-bottom: 30px; }
或者你可以设置 padding-bottom: 0px;. 这将解决你的问题。
padding-bottom: 0px;