Forum: Community Center


Subject: Widescreen Forum Display (CSS Script)

Acadia opened this issue on Jun 15, 2011 ยท 25 posts


cherokee69 posted Thu, 16 June 2011 at 12:34 PM

Quote - Here's a quick hack that needs work. I don't need this as I don't keep my browser window maximized, but maybe it helps :) I tested this with Stylish (Firefox addon). table.content_table * { background-image: none !important } table.outside_table { width: 100% !important; } table.content_table { width: 100% !important; } td.content_cell { width: 100% !important; max-width: 100% !important; }

That worked but I had to change

td.content_cell { width: 100% !important; max-width: 100% !important; }

to

td.content_cell { width: 100% !important; max-width: 98% !important; }

The black background was too wide otherwise and was in the right hand navigation panel.

This works in the gallery too.