Viewing 2 replies - 1 through 2 (of 2 total)
  • do you want to move the logo down by a few pixels?

    in style.css:
    .logo h1 { background: url(images/logo.gif) top no-repeat; float:left; text-indent:-9999px; width:400px; margin:0; padding:0; }

    possibly add a top margin at the end of that style: margin-top: 20px;
    or change margin:0; into margin:20px 0 0 0;

    Thread Starter Jam

    (@pimaniii)

    Awesome! Thanks!

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘Increase Header Image?’ is closed to new replies.