MyBB Community Forums

Full Version: Unknown <br>
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Can someone help me find the reason why there is a unknown <br> at the top of this forum.
www.gamerstick.com
It's maybe the CSS. I don't see any br in the source.
If you mean the little grey bar at the top, I'm pretty sure that's part of the theme. But you could easily get rid of it.
#Container top padding may be the reason
try below code in global.css ; visit your forum & hard refresh the page [CTRL + F5] a couple of times ..

#header_out {margin-top: -16px !important;}
(2011-08-20, 08:46 AM)zZJoennZz Wrote: [ -> ]It's maybe the CSS. I don't see any br in the source.

It was. Thanks for the reply Big Grin

(2011-08-20, 10:03 AM)faviouz Wrote: [ -> ]If you mean the little grey bar at the top, I'm pretty sure that's part of the theme. But you could easily get rid of it.

It was the theme I found out Big Grin Thanks

(2011-08-20, 10:19 AM)sunjava1 Wrote: [ -> ]#Container top padding may be the reason

This was the reason. I just had to change the #container from
padding: 20px;
to
padding: 0px;

Thanks a lot.

(2011-08-20, 10:28 AM)ranjani Wrote: [ -> ]try below code in global.css

#header_out {margin-top: -16px !important;}

It didn't worked. But thanks for the try.
^ well,
your forum logo is above the container AND container padding has nothing to do with the top blank space !!