• Dear WordPress members,

    I have a problem with the height of mij header image.
    Its size is abouth 200 but where and how can i put the value of the height so it wil be shown complete instead of just the upper part of it ??

    See: https://www.gsxr-team.com/nieuwslijn/

    By the way…..
    The theme i used is “Journalized Winter 1.00”

    thanks for you`re help !

Viewing 2 replies - 1 through 2 (of 2 total)
  • The 2 files that worked for me were the style.css and header.php. In the style sheet there should be something that looks like this:

    #header {
    padding: 0;
    margin: 0 auto;
    height: 200px;
    width: 100%;
    background-color: #73a0c5;
    }

    #headerimg {
    margin: 0;
    height: 200px;
    width: 100%;
    }
    and the header template something that looks like this:

    #header { margin: 0; padding: 1px; height: 158px; width: 745px; }
    #headerimg { margin: 7px 9px 0; height: 158px; width: 760

    Hope that helps,
    rozmo

    Thread Starter gsxr-team

    (@gsxr-team)

    Thanksss for you`re help
    it did workout great !!

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