MyBB Community Forums

Full Version: Need help on fixing the forum width
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Hi,

I need a help on fixing my forum width... I have tested in different resolutions and it is giving scrolling options to see a forum.

Please help on fixing with correct/ Fixed forum width to see in all monitors / resolutions without scrolling.

My Site is www.tradingbhavishya.com

Thanks in Advance,

Dinu
What happens when you reset the width to the default setting of the default theme?
Themes > Your theme > global.css.  Edit the width.


#container {
	width: 1530px;
}

not working when I try to use this :

#container {
width: 1530px;
}
Your theme Should be Responsive
Means, ?

how can I fix the width issue now ?