我有一个名为https://toadynewselite.blogspot.com的博客,但是在太空中存在一些问题,在标题中有未知的空间使博客难看。
我在blogspot中使用了自定义模板。标题不适合标题。博客标题中的标题前面有一个空格。此外,标题部分隐藏在菜单中。
将其添加到CSS
.header-header {
height: auto;
}
.header-logo {
max-width: none;
}
转到.header-header
并替换CSS代码:
.header-header{
background-color: #99C9F9;
height: auto;
position: relative;
overflow: hidden;
padding: 30px 0;
}
和.header-logo
替换CSS代码:
.header-logo{
position: relative;
float: left;
width: auto;
margin: 0;
}