How to reduce forum page width? Is it possible to move the sidebar?

Alpha1

Well-known member
I need to reduce the forum width, so that I can place it within a limited space (iframe)
Is it possible to move the forum sidebar on forum home? How do I do that?
 
Do you mean remove or move?

If remove, edit the forum_list template and remove all the code between <xen:sidebar></xen:sidebar>, including the tags.

If move, where to?
 
I need to reduce the forum width

The overall width is in this property:

Admin CP -> Appearance -> Style Properties -> General -> Page Width Controller

Use this CSS to specify a fixed width:

Screen shot 2011-10-27 at 1.43.21 PM.webp

You may wish to do the same for the Body:

Admin CP -> Appearance -> Style Properties -> General -> Body

The Body width should be larger than the Page Width Controller if you choose to specify it.
 
Top Bottom