MyBB Community Forums

Full Version: Make it fit
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
so in my screen the forum is not filling, http://prntscr.com/9uzuw9

i have to put the screen size 90% so it can be full size on my screen how can i fix this?
Moved to Theme Support
i dont see any such issues...  Huh
(2016-01-26, 11:06 AM)mmadhankumar Wrote: [ -> ]i dont see any such issues...  Huh

see this is 90%  and you can clearly see the logout button on the top and such
http://prntscr.com/9v00q8

now here is 100%
http://prntscr.com/9v00z7

#edit found the problem.

.wrapper {
width: 1285px;
min-width: 1285px;
max-width: 1285px;
margin: 0px auto;
}

ichange it to

.wrapper {
width: 85%;
min-width: 85%;
max-width: 1285px;
margin: 0px auto;
}