MyBB Community Forums

Full Version: make forum wider
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
is there a easy way to do this say we need it 20-30% wider??

http://thcchat.com/

thanks for any help
admin panel >> templates & styles >> themes >> imadige >> adige.css --> edit in advanced mode

find .ima_ustkisim around line 99 and adjust its width as required (eg. 90%)
hard refresh your browser (eg. press CTRL + F5) on forum index page after saving changes to style sheet
thanks ill give it a go Wink

done Wink
right i can make the bit at the top bigger now but the bottom bit where all the posts are is set at 980px

i can make it smaller but not bigger width wise any ideas why i cant change this??

#ima_icerik {
padding: 20px 10px;
overflow: hidden;
margin: auto;
max-width: 980px;
background: none repeat scroll 0% 0% rgb(165, 165, 165);
background: none repeat scroll 0% 0% rgba(0, 0, 0, 0.47);
border-left: 1px solid #000;
border-right: 1px solid #000;
box-shadow: 0pt 0pt 1em #000;
}


#ima_altkisim {
clear: both;
max-width: 1000px;
width: 1000px;
margin: auto;
background: none repeat scroll 0% 0% rgba(0, 0, 0, 0.47);
border-left: 1px solid #000;
border-right: 1px solid #000;
box-shadow: 0pt 0pt 1em #000;
border-bottom: 1px solid #000;
border-radius: 0px 0px 30px 30px;
margin-bottom: 30px;
anyone ?? some pics are getting cut in half for some reason.
This is an old thread, you'll get better support if you open a new one.