try this for logo in global.css AND hard refresh your forum page (use CTRL + F5 a couple of times)
AND if you need the menu links to be moved to left then you have to change
to
.logo {
margin: 40px auto 0;
}
AND if you need the menu links to be moved to left then you have to change
<div class="header_right">
<div class="menu">
to
<div class="header_left">
<div class="menu">