Help >
Forum > 主题和外观 >
将徽标居中
将徽标居中
您可以按照以下说明将徽标居中:
- 登录您的Website Toolbox账户。
- 点击 整合 主菜单中的链接。
- 点击 自定义代码 链接。
- 将以下代码插入到 论坛头标记 HTML 代码 文本框:
<style>
.header-wrapper .nav-main-container > .nav-main > .push-panel {
flex: 1 auto !important;
}
.header-wrapper #logo_wrapper {
float: none !important;
display: flex !important;
}
.header-wrapper #logo_wrapper a#logo_or_title {
margin: auto !important;
line-height: 36px;
}
.header-wrapper #links-nav {
top: 15px;
}
.header-wrapper #logo_wrapper #forumLogoWrapper img {
padding: 0 10px 0 10px !important;
max-height: 36px;
}
#forumTitleWrapper {
display: block;
text-align: center;
}
</style>
- 保存 你的更改。
If you still need help, please contact us.