How do I make my Notice bar take up the forum length?

Edit page_container template. Move this code:
Code:
                        <xen:hook name="page_container_notices">
                        <link rel="xenforo_template" type="text/html" href="notices.html" />                        
                        </xen:hook>
few lines above after this:
Code:
            <xen:hook name="page_container_content_top" />
 
Back
Top Bottom