MyBB Community Forums

Full Version: Forum width
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
Guys can anyone help me?
i want to make my forum width bigger its to small now..

http://gyazo.com/34659ad4587e9c11631e923c0a3f7918


i have changed it on Admin cp > Theme templates > mytemplate > global.css > width size from 1120px to 1320px

but nothing happend..

please help me if im doing something wrong
can we have your forum url ..
(2014-08-10, 06:02 AM).m. Wrote: [ -> ]can we have your forum url ..

my bad,

www.cs-palace. com

i cannot say it together cause of the Dos protection it gives error
for the #container and the .bottommenu
instead of fixed pixels width, you can use percentage (eg. 98% for container & 100% for bottommenu)
i edited this:


#container {
background: url(images/gze-style/cont_bg.png) top left repeat;
width: 1320px; (was 1120px)
color: background: transparent;;
margin: auto auto;
text-align: left;
padding: 0px 10px 10px 10px;

.bottommenu {
background: #1a1b1b url(images/gze-style/menu_bg.png) top left repeat-x;
width: 1320px; (was 1000px )
color: #808080;
margin: auto;
padding: 10px 10px 10px 10px;
-moz-border-radius: 6px;
-webkit-border-radius: 6px;

but it didnt make any changes..

if i'm right i have changed this
Home » Themes » gZe-Style » global.css

Please can you help me O.o

Edit: i also tried it with percentages but it didnt work.
made it like you said: container 98%
bottommenu 100%
your forum is looking like this to me => image - isn't it what you wanted ?

have you hard refreshed your browser after doing the changes in the theme ?
is cloudflare service turned into development mode before doing the changes ?
(2014-08-10, 08:16 AM).m. Wrote: [ -> ]your forum is looking like this to me => image - isn't it what you wanted ?

have you hard refreshed your browser after doing the changes in the theme ?
is cloudflare service turned into development mode before doing the changes ?

yes.. thats what i want..
but i want it to fit perfectly, without scroll to left
+rep for you .M.

edit: i have tested it on internet explore, and its like i want but now i got a problem..
my shoutbox is sliding to the left when i write something and enter..