Help > Forum > Themes & Appearance > Centering your logo

Centering your logo

You can center your logo by following the instructions below:
  1. Log in to your Website Toolbox account.
  2. Click the Integrate link in the main menu.
  3. Click the HTML link.
  4. Insert the following code into the Forum Head Tag HTML Code textbox:

    <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. Save your changes.


If you still need help, please contact us.