MyBB Community Forums

Full Version: Adjusting Header Height?
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Can you tell me where the CSS is to control the header height and logo?

In the source it says:

<div id="header">
			<div class="logo">

But I cant find any reference to "header" or "logo" in the CSS files?
You need to create it.
(2009-09-07, 07:54 PM)RateU Wrote: [ -> ]You need to create it.

But there must be something controlling it as the logo has a top and left margin?
Currently, it is controlled by the container id.
Thanks for your help. Sorted Smile