Forums

Extending Header Image (3 posts)

  1. superfan
    Member
    Posted 3 months ago #

    Hello,

    I am trying to set up a full page header for the site: http://www.dusers.drexel.edu/~aphio/

    Unfortunately, the theme was designed to have an ad where I want to extend the logo image. The space is 80x960 and my image is only 80x800.

    Heres the header.php info:
    <div id="header">

    <div class="headerleft">
    /"><img src="<?php bloginfo('template_url'); ?>/images/logo.png" alt="<?php bloginfo('name'); ?>" />
    </div>

    <!--To define the 468x60 ad, go to your WP dashboard and go to Appearance -> Options and enter the ad code.-->

    <div class="headerright">
    <?php $ad_468 = get_option('s_ad_468'); echo stripslashes($ad_468); ?>
    </div>

    Here's the CSS info:

    #header {
    width: 960px;
    height: 80px;
    color: #FFFFFF;
    font-size: 16px;
    font-weight: normal;
    margin: 0px auto 0px;
    padding: 0px;
    overflow: hidden;
    }

    How can I fix this and use the whole space? Thanks for your help.

  2. nasa tech
    Member
    Posted 3 months ago #

    it seems you made the adjustment to your header.php but not to your css, use the same size on both files

  3. superfan
    Member
    Posted 3 months ago #

    Thanks. Problem solved

Reply

You must log in to post.

About this Topic