MyBB Community Forums

Full Version: My Logo is misplaced.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
My logo: http://plumcap.com/images/dfa9a5.png is misplaced, I was wondering if there is a way to edit the position in "global.css" or if the logo needs to be edited in Photoshop as in, the image is too big.

EDIT: My website is: http://assistforums.com/
In your global css for logo try this

.logo{
float: left;
height: 107px;
margin-bottom: 3px;
position: relative;
text-align: left;
top: -18px;
width: 50%;
}
(2012-10-28, 08:29 AM)Leefish Wrote: [ -> ]In your global css for logo try this

.logo{
float: left;
height: 107px;
margin-bottom: 3px;
position: relative;
text-align: left;
top: -18px;
width: 50%;
}

I appreciated your reply, but I found out the problem: http://community.mybb.com/thread-128363.html

Is there anyway you can figure out how to fix that?