Help > Forum > テーマと外観 > ロゴを中央に配置する

ロゴを中央に配置する

次の手順に従って、ロゴを中央に配置できます。
  1. Website Toolbox アカウントにログインします。
  2. クリックして 統合 リンクはページ上部にあります。
  3. クリックして HTML リンク。
  4. 次のコードを フォーラムヘッドタグ 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>
    
  5. セーブ あなたの変更。


If you still need help, please contact us.