• andrea81

    (@andrea81)


    I have problem with the header image, when do you open the web site is ok, but if do you open the another page the header is stretch,
    I found this code that helped me on stabilize the header, but is orrible in the anoter page.
    .has-header-image .custom-header-media img, .has-header-video .custom-header-media video, .has-header-video .custom-header-media iframe, .has-header-image:not(.twentyseventeen-front-page):not(.home) .custom-header-media img {
    height: 66% !important;
    object-fit: fill !important;
    width: 100%;
    max-height: 100% !important;
    display: block !important;
    position: relative !important;
    }

    #wp-custom-header {
    height: 100% !important;
    }

    .admin-bar.twentyseventeen-front-page.has-header-image .custom-header-media, .admin-bar.twentyseventeen-front-page.has-header-video .custom-header-media, .admin-bar.home.blog.has-header-image .custom-header-media, .admin-bar.home.blog.has-header-video .custom-header-media {
    height: calc(71vh – 32px) !important;
    }
    can someone help me please.
    Thanks

    The page I need help with: [log in to see the link]

The topic ‘Twenty seventeen header problem’ is closed to new replies.