MyBB Community Forums

Full Version: Closing the gap between the top of the board and the top of the page.
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Is it possible to shift everything upwards so that there is no gap between the top of the page and the banner of your message board?

I've tried looking for a method but to no avail.
In the Admin CP, go to Themes -> Modify/Delete -> [Theme Name] -> "Edit Theme Style".

In the "Page Container" section, change the bit in the Extra CSS which states:

margin: auto auto;

To

margin 0 auto;

Regards,
Chris
This method doesn't seem to be working for me... Is there any other way?
Heloo there

Please in Admin CP > Themes > Modify/ Delete > Edit

find the Page Container

in Extra CSS attributes

find
padding: 20px;

replace by

padding: 0px 20px;

regards
Well... That doesn't seem to work either guys...

Here's my incomplete board... But, what is wrong: http://jinchuuriki.byethost32.com/forum/index.php

I want to shift everything right to the very top so that there is no space between the board and the top of the page.
that's impossible i used the padding on my testing board, and i got them sticked to the edge
http://www.easyflash.techindo.com/forums/
have a look !
please describe or make sure of how u did the provided stepsSmile

many regards
I followed both of your methods exactly.

The first one shifted everything to the left edge of the page.

Neither method shifted the message board to the top of the page.
Try to set the padding of the page container to 0px.
Quote:Try to set the padding of the page container to 0px.

well
padding: 0px 20px;
well make the top and bottom's padding to 0, anyway, pls pm me with information that i can access to ur admin cp and do it for u!! as a closer look

regards