Hello,
I Have a problem with my forum.

http://muse.com.pl/forum

How to change WIDTH of the main forum page and http://muse.com.pl/forum/1

When i ckick on topic everything is fine but main forum site and topic list doesnt work on full screen (i mean in web main page)

I've search already all .css files and i could find that...

Comments

chazz’s picture

Status: Fixed » Active
hswong3i’s picture

this is because i didn't take any special handling to html element table within theme ;-)

if you hope to have a 100% width table for forum, please add these lines to the bottom of style.css:

#forum table {
  width: 100%;
}
chazz’s picture

Status: Active » Fixed

Ok, nice. Now it's looks better ;)

Thanks!

Anonymous’s picture

Status: Fixed » Closed (fixed)