• Hi

    I am using a theme (identification-band-triplet-centered-boyish) and it is what I need. But there is a big empty space (gap) between header and page, I couldn’t make it small or even I am not able to delete it.

    https://www.baybak.com

    Any help or sugestions??? please

Viewing 3 replies - 1 through 3 (of 3 total)
  • Your header is trying to add an image (which isn’t there) but it is probably keeping all of the space for it.

    #header {
    font-size: 25px;
    font-weight: bold;
    text-transform: capitalize;
    letter-spacing: 0.2em;
    margin: 0 3px 0 3px;
    max-height: 120px;
    padding: 15px 10px 36px 60px;
    background: url(“img/background-top.png”) repeat-x;
    }

    Hi

    Thanks oriecat, I changed it to
    #header {
    font-size: 23px;
    font-weight: bold;
    text-transform: capitalize;
    letter-spacing: 0.2em;
    margin: 0 3px 0 3px;
    max-height: 90px;
    padding: 15px 10px 36px 60px;
    }
    and nothing happend (just the pink bar is gone) the gap is still there

    Try playing around with the max-height and padding numbers.

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘A lrge gap between header and page’ is closed to new replies.