2014-11-04 56 views

回答

1

header#masthead hgroup中刪除/減少padding-bottom: 45px; padding-top: 45px;應解決該問題。 然後,它將是:

header#masthead hgroup { 
    position: relative; 
    zoom: 1; 
} 

header#masthead hgroup { 
    position: relative; 
    padding-bottom: 15px; Example value 
    padding-top: 15px; Example value 
    zoom: 1; 
}