我在内容管理上做了一个图像作为标志,我尝试以多种方式将其居中,之前也替换了一些浮动。这是不可能的。
这是 exensivefree 主题中 style.css 的原始内容,我希望这是正确的地方:
header {
width:100%;
margin:auto auto;
z-index:101;
padding:7px 0 12px 0;
}
h1 {
display:inline-block;
z-index:100;
}
.logo {
margin:25px 0px 10px 0;
font-size: 24px;
line-height:30px;
font-weight: bold;
}
nav { }