答案 0 :(得分:2)
像这样更新你的CSS
#header > .container {
height: 230px; /* less high than image make it overflow below */
}
#header {
margin-bottom: 80px!important; /* increase the green elements margin some */
}
旁注:
有时候使用position: absolute
来做这些事情是很诱人的,不要,它很可能会在以后发生问题,通常会带来不必要的因素重叠。
答案 1 :(得分:1)