Help >
Forum > Themes & Appearance >
Centering your logo
Centering your logo
You can center your logo by following the instructions below:
- Log in to your Website Toolbox account.
- Click the Integrate link in the main menu.
- Click the Custom Code link.
- 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>
- Save your changes.
If you still need help, please contact us.