2014-11-04 62 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; 
}