2015-04-02 95 views

回答

0

只是刪除這種風格

.content { 
    margin-top: -46px; 
} 
0

你需要拿走margin-top:-46px;在你的樣式表中。

行:46 style_dynamic.css

而且我真的不認爲這屬於對堆棧溢出。

0

改變你的div.content。
電流:

<div class="content " style="min-height: 586px; padding-top: 0px;"> 

新:

<div class="content " style="min-height: 586px; padding-top: 0px; margin-top: 20px"> 

20像素不絕。改變你想要的任何值。