Forum Replies Created

Viewing 1 replies (of 1 total)
  • /* … SECTION …
    … HEADER CHANGE …
    … Front Page …

    Reduce height of 2017 front page header image.

    This section changes the height of the main page header image. Full screen is 937px

    */

    @media screen and (min-width: 48em) {
    .twentyseventeen-front-page.has-header-image .custom-header-media,
    .home.blog.has-header-image .custom-header-media {
    min-height: 300px; /*this is the line to change to the height you want*/
    height: auto;
    }

Viewing 1 replies (of 1 total)