• I’m using the TwentyTen theme, and I would like to move the header image up behind the Title and description. I just can’t seem to get it figured out. Any help is greatly appreciated.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The only way I know of doing that is by creating a new image with using header image as background and paste Your title and description as a layer using graphic program.

    Hi,

    This is not necessarily the right way, but for starters you could try this.


    /* =Header about line 342 maybe!!
    -------------------------------------------------------------- */

    #header {
    padding: 30px 0 0 0;
    }
    #site-title {position:relative;
    float: left;
    font-size: 30px;
    line-height: 36px;
    margin: 0 0 18px 0;
    width: 700px;
    }
    #site-title a {
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    }
    #site-description {position:relative;
    clear: right;
    float: right;
    font-style: italic;
    margin: 14px 0 18px 0;
    width: 220px;
    }

    /* This is the custom header image */
    #branding img {
    border-top: 4px solid #000;
    border-bottom: 1px solid #000;
    clear: both;
    display: block;
    margin-top: -82px;
    }

    This is using twenty ten theme.

Viewing 2 replies - 1 through 2 (of 2 total)
  • The topic ‘TwentyTen Header up behind Title and Description’ is closed to new replies.