Viewing 7 posts - 1 through 7 (of 7 total)
  • Author
    Posts
  • #161457
    Imco97
    Participant

    I’m having some trouble setting the header height of this theme. Currently the home page has a proper full-screen height with my logo and all, but the header height on different pages seems to be abnormally large, causing a large “blank” header portion.

    As you can see on this page of my website, the height of the header is quite large and I would like to reduce it, so it’s closer to the height of the menu. So far I’ve tried a couple of things, but I can’t seem to find a setting that does what I want. Is it possible to change this height and if so, how?

    #161468
    Imco97
    Participant

    Sadly my website is down at the moment, so the link doesn’t work. The giant header can be seen in this picture, it occurs on both mobile as desktop Header

    #161472
    sapana
    Participant

    @imco97: let me know as soon as your site is accessible so that I can look into those issues.

    Kind Regards,
    Sapana

    #161526
    Imco97
    Participant

    The website is up and running once again! I still haven’t been able to fix the header height. https://rayscendo.com/about/

    #161534
    Imco97
    Participant

    After a long time, I managed to fix it myself. In case anyone has the same problem, changing the line-height of the title to 0 fixed it for me.

    .header-media h2 {line-height: 0 !important}

    #161611
    sapana
    Participant

    @imco97: Go to=> Appearance=> Customize=> Additional CSS and add the following CSS code

    .custom-header-content {
        padding: 40px 0px;
    }
    body:not(.home) .custom-header-content {
        padding: 40px 0px;
    }

    Let me know if this helps you out!

    Kind Regards,
    Sapana

    #167042
    imajons
    Participant

    @imco97, could you possibly share how you created your playlist?

Viewing 7 posts - 1 through 7 (of 7 total)
  • The topic ‘Change header height’ is closed to new replies.