Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
Please help?
You can customize the CSS in the Admin Panel for .forum-logo or .navbar-header with @media CSS rules (not sure, you should try).
.forum-logo
.navbar-header
@media
@media (max-width: 767px) { .header .forum-logo { float: none !important; margin-left: 50% !important; transform: translateX(-50%); } }
@PitaJ Thank you.