标签: html css
我需要帮助找到我需要调整的元素,以移除this页面顶部的空白区域
我想我需要做这样的事情:
margin-top: -30px;
答案 0 :(得分:2)
您需要在height
height
60px
90px
.site-header
更新
啊,我看到你做了什么。不,我不想增加高度 .site头。我想要申请( - )保证金或增加 标题下方图像的高度
因此,将top:-30px应用于#top-wrap
top:-30px
#top-wrap
更新2
从您的top:-30px中移除之前的#top-wrap,并将margin-top从.site-container更改为60px(等于header'{ {1}})
margin-top
.site-container
header