MyBB Community Forums

Full Version: Removing extra space
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hey , i want to remove these extra space because of this sidebars are not visible properly on mobile browsers

Check this screenshot , i want to remove this red marked extra space (padding or whatever)

Link :
https://www.awesomescreenshot.com/image/...a2aa63fed8

or Click Here
please give us your forum url.
Hi,

in "new.css", change:
#mainwidth {
    width: 100%;
    text-align: left;
    line-height: 1.4;
    margin: auto auto;
    margin-bottom: 60px;
}

Now the width is 90%

And in the HTML, are two line breaks at the top:
<a name="top" id="top"></a> <br /> <br />

If you remove the 2:
<br />
there will be no empty space at the top