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.