• Resolved cuberds

    (@cuberds)


    I want to edit the stylesheet so that I can decrease the height of the header. I already know how to do that, but when I decrease it, only the bottom decreases. The top doesn’t shrink.

    Also, I’d like to enter the pages links on an entirely separate line.

Viewing 2 replies - 1 through 2 (of 2 total)
  • Thread Starter cuberds

    (@cuberds)

    Clayton James

    (@claytonjames)

    /* Header */

    #header {
    width: 900px;
    height: 150px;
    margin: 0 auto;
    }

    #header * {
    text-transform: lowercase;
    color: #FFFFFF;
    }

    #header h1 {
    float: left;
    padding: 50px 0 0 0;
    letter-spacing: 1px;
    font-size: 38px;
    }

    #header h2 {
    float: left;
    padding: 60px 0 0 10px;
    background: none;
    font-size: 12px;
    font-weight: normal;
    }

    See the pattern?

    [Edit] Don’t forget to trim the header-wrapper image to match your new size, or add and edit this accordingly;

    #wrapper {
    background: url(images/img2.jpg) repeat-x;
    background-position:bottom left;

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