• Resolved friscozz1

    (@friscozz1)


    The header image size on my home page is perfect – but the header image on all my pages is a little too large. Could you tell me please how to get my Pages Header Images the same size as my home page header image?

    I’m at http://elliekennedywriter.uk/

    Thanks in advance

Viewing 4 replies - 1 through 4 (of 4 total)
  • childthemestyles

    (@childthemestyles)

    I’m assuming you did some custom changes….although I have not personally tried this and to make sure it works on every page or in mobile, but this might work for you by semi-duplicating the front page coding but for an inner page:

    .has-header-image.page .custom-header {
        height: 100vh;
        display: table;
        width: 100%;
    }

    I did try this on one inner page; not perfect, but it still gives a full height header image.

    Thread Starter friscozz1

    (@friscozz1)

    Thanks for trying. Where would I put the code you gave me?

    childthemestyles

    (@childthemestyles)

    Sorry for late reply back…. add that code to the Additional CSS tab in the customizer. Go to Appearance >> Customize >> Additional CSS

    Thread Starter friscozz1

    (@friscozz1)

    Did it! Looks pretty much OK to me. Many, many thanks for your help xx

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Resizing header images on pages’ is closed to new replies.