Viewing 2 replies - 1 through 2 (of 2 total)
  • Hi,
    \
    Can you tell me where you put de code voor de top Header.
    I like to make also a header on the top but I can’t find how to fix this.

    Gr.
    Carel.

    @autosonicsautobody

    If I under stand you corectly you will have to do two things:

    Your logo image is 259px height – so lets say you want to reduce it by 100px. You need to add this code

    a.site-logo img {
    max-height: 159px;
    }

    now reduce the header which has a height of 255px

    header.tc-header {
    height: 165px;
    }

    I think Customizer does have a custom css area but if I an wrong and it doesn’t then you should install a plugin like custom CSS plugin then add the following to the custom css area. Your entire code will be

    a.site-logo img {
    max-height: 159px;
    }
    
    header.tc-header {
    height: 165px;
    }

    @carel1961 please open a separate topic and give more information on what you are trying to achieve

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Background header image height’ is closed to new replies.