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.