• My website is drunkenmoney.com. For the site header, is there a way to resize to make smaller? Also, on the posts pages (blogs, podcasts, videos) the header is being cut off. How do I resize? And on the post pages, the featured image looks very large. Any help would be greatly appreciated!

Viewing 3 replies - 1 through 3 (of 3 total)
  • Write to Apperance –> style.css

    /* Computer screen with logged in user and admin bar showing on front end*/
    @media screen and (min-width: 48em) {
    .admin-bar.twentyseventeen-front-page.has-header-image .custom-header-image {
    /*height: calc(100vh – 32px);*/
    height: calc(80vh – 32px);
    }
    }

    Thread Starter jackman3342

    (@jackman3342)

    I put that in my style.css, but the header images on my post pages is still cut off and the header image on my “About” page is extremely large. Any way to have the entire header image show on the post pages and make the “About” page picture smaller?

    Thread Starter jackman3342

    (@jackman3342)

    Sorry looks like I needed to delete my cache. So the post pages look good except now there is no header image – is there a way to add a different header image on just those pages?

    And on the About page, is there a way to make the picture much smaller?

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Header Image’ is closed to new replies.