Skip to:
Content
Pages
Categories
Search
Top
Bottom

Re: Fixing Alignment


murrayac
Participant

@jumpmuz

Done using firebug with your website

Try replacing this

<div id="container">
<div id="content">

with this

<div id="container">
<div id="content">
<div class='box box_medium box1'>

You need to do this to all the pages below, plus any plugin pages that are added.

* /activity/index.php

* /blogs/index.php

* /forums/index.php

* /groups/index.php

* /groups/create.php

* /groups/single/home.php

* /groups/single/plugins.php

* /members/index.php

* /members/single/home.php

* /members/single/plugins.php

* /registration/register.php

* /blogs/create.php

* /registration/activate.php

Skip to toolbar