MyBB Community Forums

Full Version: FORUM PAGE NOT FULLY SHOWN ON COMPUTER
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Respected sir,

My forum name is www.satfriends.net

One of the forum member reported to me, He only shown half side of the forum.

So he unable to read the forum and post threads.

Please give the solution sir.

He send the following image to me.


[Image: 2qhFcrw.png]
i think tis fully showing on computer.

its your browser problm you can chek in other browser.
Looks like Opera Mini failing again. He should try Firefox maybe.
can you give as a test account?

maybe his internet connection is slow, and your snow plugin is affecting it..
Under your .wrapper css code, remove the minimum width.

.wrapper {
    margin: auto;
    max-width: 1500px;
    min-width: 1300px; < ------ Remove this
    width: 90%;
}