Viewing 3 replies - 1 through 3 (of 3 total)
  • in your header.php file you probably have something like:

    <div id="header">
    <h1 id="blogname"><a href="<?php bloginfo('siteurl'); ?>"><?php bloginfo('name'); ?></a></h1>
    <div class="description"><?php bloginfo('description'); ?></div>
    </div>

    that’s where that info is coming from…remove those lines, modify them, or modify you css to suit your needs…

    Thread Starter becs

    (@becs)

    Thanks thaKing, I have bookmarked this for later.

    I want to decrease the height of my header. If you go here mochinamochina.com there’s a huge white gap (maybe around 400px) that i don’t want at all.

    How do i get rid of this?

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