开发者

Trying to move my blog title up

开发者 https://www.devze.com 2023-01-09 05:40 出处:网络
I am trying to move my blog title up a little higher. If you will look at my blog you will see that the title & subtitle are too far down.

I am trying to move my blog title up a little higher. If you will look at my blog you will see that the title & subtitle are too far down.

http://www.melissavenable.blogspot.com

The title (Little Mrs. Married) should be in the turquoise area above the pink line & the subtitle (some things...) should be right under the pink line, but still above where it is now. It was suggested me to put this

.descriptionwrapper {padding-bottom: 50px;}

or this

.descriptionwrapper {margin-bottom: 50px;}

in the HTML code above where it says but that didn't work. Any other ideas开发者_开发问答?

Thank you! Melissa


You need to remove

padding: 60px 0 0;

in your #header h1 style.

Should look like:

#header h1 {
    margin:5px 5px 0px 20px;
    line-height:1.2em;
    text-align:left;
    text-transform:uppercase;
    letter-spacing:.2em;
    font: normal normal 220% 'Times New Roman', Times, FreeSerif, serif;;
}
0

精彩评论

暂无评论...
验证码 换一张
取 消