• I’ve just added an image for my header and it looks ok, but I don’t know how to lower the weblog title. If you enter https://tittentei.com you can see that my weblog title is a bit hard to see. But I still want it to be white, just want to lower it to the gras on the picture. Anyone know how?

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter becksen

    (@becksen)

    I know I can lower it by editing ‘padding: 15px 10px 15px 60px;’..but if I use ‘padding: 100px 10px 15px 60px;’ my image gets way to big..

    Move it by editing the padding for h1. I also would change it from h1 to #header h1. In your css it is:

    h1 { /* H1 is used for the title of your blog */
       font-size: 3em;
       letter-spacing: -1px;
       padding-top: 75px;
       margin: 0 0 0 40px;
       font-weight: bold;
       width: 100%;
    }

    I don’t know why many themes make the h1 only useful if it is in the header.

    Thread Starter becksen

    (@becksen)

    Thanx mate, I figured it out now..

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Lower weblog title in header?’ is closed to new replies.