MyBB Community Forums

Full Version: need help!!
You're currently viewing a stripped down version of our content. View the full version with proper formatting.
hello!.
Please, i need help urgently.

I been modifing something on global.css and now my forum site appers aligned on left side.
You can see it on : http://www.forolumi.com

I tried to upload the old global.css backup i had, but still have this issue....

How can i solve it?

Mani thanks in advance!
One thread is enough, this is your third...
in global.css change the margin for #container as

margin: 0 auto;
(2015-06-24, 01:22 PM)mmadhankumar Wrote: [ -> ]in global.css change the margin for #container as

margin: 0 auto;

You saved my life again :-)

Do you know how to changue last message font color? and keep the rest??

thank you!
admin panel >> templates & style >> templates >> your theme templates >> Forum Bit Templates
>> forumbit_depth2_forum_lastpost --> find {$lastpost_subject}
you can use code like <span style="color: #ff0000;">{$lastpost_subject}</span>

if required, see html color codes
many thanks!!!!!!!!!