Forum Replies Created

Viewing 1 replies (of 1 total)
  • Here’s one solution:

    If you open up the header template and scan down to the <body> tag you’ll see this:

    <div id="container"<?php if (is_page() && !is_page("archives")) echo " class=\"singlecol\""; ?>>

    You need to change it to this:
    <div id="container">

    or you can alter the singlecol styles to match the home page layout.

Viewing 1 replies (of 1 total)