如何在 Blogger 中收紧 header space

How do I tighten the header space in Blogger

我想减少菜单和 header 顶部之间的 space。我只想要足够的 space 作为博客标题。 www.travelinsightsblog.blogspot.com

我尝试了以下但没有减少 space

tabs-outer {
margin-top: -15px !important;}

.header-outer {
margin-top: -25px !important;}

感谢建议 谢谢

使用它来设置近元素的边距

.header-inner .Header .descriptionwrapper {
    margin-bottom: 0;
}
#HTML1 {
    margin-top: 0;
}

此外,如果您想减小标题字体大小:

.Header .title {
    font-size: 45px;
}