MyBB Community Forums

Full Version: forum cut off at ends
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Pages: 1 2 3
some users saying that the forum in off topic is cut off so cant see posters names but is fine on my monitor?

any one have a look n see whats wrong.

thcchat.com

thanks
What devices are they using to browse? Yeah, does appear to cut off on mobile. You can test your site on here:
http://mobiletest.me/
he on a lap top but is fine my end?

and yes like that on phone dont know why it has gone like that on Mobil devices as just made forum wider and now not Mobil friendly imo
Also appears fine to me on desktop, problem comes in on smaller devices. The theme is not designed to be responsive, so not much you can do, other than rework the theme.
is there a way to make the forum smaller and wider with a button on the page?
Even on desktop, this theme as it is now seems to have some issues, you can see it cuts off a little on the right. You can try making some adjustments in your css and see if that helps. See post #4 here:

http://community.mybb.com/thread-185406.html
was messing round with that all last night n just made it worse the wider it went.

dont want a admin job do you lol Wink
Got one already  Big Grin Don't mind helping out here where I can
well if i get stuck i know where to come Wink, will just have to keep trying diff sizes n see if i can make it any better for now.

this site has a width toggle button take it not 1 for mybb?

http://www.pedelecs.co.uk/forum/
You have some big numbers in your CSS, try setting them to the default and see how the site appears then. Back up the old values first in case you need to revert.

#container {
color: #333;
text-align: left;
line-height: 1.4;
margin: 0;
font-family: Tahoma, Verdana, Arial, Sans-Serif;
font-size: 13px;
min-width: 990px;
}

.wrapper {
width: 85%;
min-width: 970px;
max-width: 1500px;
margin: auto auto;
}

Width is controlled by the settings in your CSS
Pages: 1 2 3