2016-11-27 68 views

回答

1

您必須將標題100%並刪除300px的填充左側。然後你需要添加一個122px的margin-top或者你的導航欄的高度。

的代碼看起來像下面這樣:

header, main, footer { 
    width: 100%; 
    padding-left: 0; 
} 

ul.side-nav.fixed { 
    overflow: hidden; 
    margin-top: 122px; 
} 

,給你喜歡的結果:http://imgur.com/a/MycFx