• Resolved JimSeybert

    (@jimseybert)


    I’ve searched the forum and can’t find a specific answer –

    Using the template Classic Enhanced.

    Can’t figure out how to get the header image to move down from the top and sit under the name.

    https://jimseybert.com/beta_1

    The file is a simple gif. I had it in the right place at one point, but now can’t figure out how to replicate what must have been luck the first time.

Viewing 2 replies - 1 through 2 (of 2 total)
  • I just did it by doing this:

    Find in your style.css on line 73

    #header {
    background:transparent url(/images/leadershiprevision.gif) no-repeat scroll center center;
    }

    change it to this:

    #header {
    background:transparent url(/images/leadershiprevision.gif) no-repeat scroll center center;
    height:150px;
    }

    Thread Starter JimSeybert

    (@jimseybert)

    Cool – works.

    Now, what can I do to get rid of that little question mark ??

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