amberjean7
10/4/2017 - 10:07 PM

change-header-size.css

.header-image .title-area {
    margin: 0 auto;
    max-width: 360px;
    padding: 0;
}

.header-image .site-title > a {
    background-position: center !important;
    background-size: contain !important;
    min-height: 70px;
    width: 100%;
    display: block;
    margin: 0 auto;
}

@media only screen and (max-width: 400px) {
  
    .header-image .title-area {
        max-width: 360px;
    }
  
    .header-image .site-title > a {
        min-height: 70px;
    }
  
}