MyBB Community Forums

Full Version: Logo position
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
I have the logo too below, how do I get it up half?


I have that code
.logo {
width: 300px;
height: 200px;
position: relative;
margin-left: -20px;
}
Try adding top: -5px;
Nope, that not work.
(2016-05-06, 01:55 PM)IceEyes Wrote: [ -> ]I have the logo too below, how do I get it up half?


I have that code
.logo {
width: 300px;
height: 200px;
position: relative;
margin-left: -20px;
}

What is your forum url?