Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • geekyartist Friend
    #136126

    I have looked through the template CSS to change the header height and can’t find where to make the change. I need to expand the header to accommodate the logo image that is 300×90. I have found the section for the logo and can change the margins and padding but that does not work.

    Any help to expand the header would be great!

    jay973 Friend
    #282199

    You can change the header height in CSS line 823:

    #ja-header {
    height: 91px;
    line-height: normal;
    position: relative;
    }

    Hope this helps,
    Jason.

    cssyeah Moderator
    #282296

    Hi geekyartist.

    Open the template.css file and change some line code:

    1. Increase height of the header.


    #ja-header {
    height: 91px; <-- increase it.
    line-height: normal;
    position: relative;
    }

    2. Change width of the logo.


    h1.logo a {
    width: 219px;
    display: block;
    background: url(../images/logo.png) no-repeat;
    position: absolute;
    height: 52px;
    top: 20px;
    left: 0;
    }

    3. Change position of the logo.


    h1.logo a {
    width: 219px;
    display: block;
    background: url(../images/logo.png) no-repeat;
    position: absolute;
    height: 52px;
    top: 20px; <-- Position top
    left: 0; <-- Position left
    }

    geekyartist Friend
    #282416

    Thanks for the post on changing the CSS.

    I basically new this was the case and had made those changes, however the header.gif file needs to be modified as it has a fixed height of 120px.

    So to increase the header you must also modify this file so it will take into account any padding from top to bottom of the logo image.

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

This topic contains 4 replies, has 3 voices, and was last updated by  geekyartist 15 years, 5 months ago.

We moved to new unified forum. Please post all new support queries in our New Forum