MyBB Community Forums

Full Version: pannel above logo
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
how to upper panel i.e in black above the logo i.e on the top of the page
Add after:

<div id="container">
		<a name="top" id="top"></a>
		<div id="header">

this:

<div style="height: 40px; color: #FFF; background-color: #000; padding: 3px 100px">
Text
</div>

You will probably want to assign a class to the div and adjust padding but this should be a good starting point.
(2015-10-14, 11:37 AM)SentoWeb Wrote: [ -> ]Add after:

<div id="container">
		<a name="top" id="top"></a>
		<div id="header">

this:

<div style="height: 40px; color: #FFF; background-color: #000; padding: 3px 100px">
Text
</div>

You will probably want to assign a class to the div and adjust padding but this should be a good starting point.

thanx again mate and do u noe how to remove this line see the image
Remove the "border-bottom" rule from #logo. global.css:~45
(2015-10-14, 12:47 PM)SentoWeb Wrote: [ -> ]Remove the "border-bottom" rule from #logo. global.css:~45

without deleting it can i add one more line so that thwo blocks will be made one for logo and below that one for advertisment and below the forum starts?