Title: Leann's Replies | WordPress.org

---

# Leann

  [  ](https://wordpress.org/support/users/leann/)

 *   [Profile](https://wordpress.org/support/users/leann/)
 *   [Topics Started](https://wordpress.org/support/users/leann/topics/)
 *   [Replies Created](https://wordpress.org/support/users/leann/replies/)
 *   [Reviews Written](https://wordpress.org/support/users/leann/reviews/)
 *   [Topics Replied To](https://wordpress.org/support/users/leann/replied-to/)
 *   [Engagements](https://wordpress.org/support/users/leann/engagements/)
 *   [Favorites](https://wordpress.org/support/users/leann/favorites/)

 Search replies:

## Forum Replies Created

Viewing 1 replies (of 1 total)

 *   Forum: [Themes and Templates](https://wordpress.org/support/forum/themes-and-templates/)
   
   In reply to: [Blix sidebar on pages](https://wordpress.org/support/topic/blix-sidebar-on-pages/)
 *  [Leann](https://wordpress.org/support/users/leann/)
 * (@leann)
 * [20 years, 6 months ago](https://wordpress.org/support/topic/blix-sidebar-on-pages/#post-278902)
 * 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)