MyBB Community Forums

Full Version: Two extra lines show below logo - How can i remove it.?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Respected sir,

My forum name is www.satfriends.net

Today I change the theme.

Now the two lines below logo is not set correctly. 

Please give me the solution sir.

Thanks in advance.

[Image: VYjdl6z.png]

Any one please help me brother.

Any one help me brothers.
In Global.css find:

.wrapper

and remove:

width: 1150px;

Also add width and height tags to your header logo image!

#logo img {
    height: 164px;
    width: 990px;
}

If I would you I would get rid of:

#container {
    margin: 0 97px !important;
}

And use wrapper for margin!