简体   繁体   English

如何收紧Blogger中的标题空间

[英]How do I tighten the header space in Blogger

I want to reduce the space between menu and top of header. 我想减少菜单和标题顶部之间的空间。 I just want enough space for the blog title. 我只是想为博客标题留出足够的空间。 www.travelinsightsblog.blogspot.com

I have tried the following but didn't reduce the space 我尝试了以下但没有减少空间

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

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

Suggestions appreciated Thanks 建议表示赞赏谢谢

Use this to set the margin of the near elements 用它来设置near元素的边距

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

Also, If you want to reduce the title font size: 此外,如果要减少标题字体大小:

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

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM