Title: Fog theme, content float issue
Last modified: August 19, 2016

---

# Fog theme, content float issue

 *  [xrun](https://wordpress.org/support/users/xrun/)
 * (@xrun)
 * [17 years, 3 months ago](https://wordpress.org/support/topic/fog-theme-content-float-issue/)
 * Hi.
    I’m working on a site using [Milos fog theme](http://wordpress.org/extend/themes/fog).
   In the home page it looks as it should, but when I goto a page or post the content
   floats to the far left, and the left sidebar sits right next to the right sidebar.
   Any suggestions on how to solve this issue? Thank you.

Viewing 4 replies - 1 through 4 (of 4 total)

 *  [stvwlf](https://wordpress.org/support/users/stvwlf/)
 * (@stvwlf)
 * [17 years, 3 months ago](https://wordpress.org/support/topic/fog-theme-content-float-issue/#post-1010244)
 * Its best if you post the URL of the site. Its a CSS issue.
 *  [brokenaperture](https://wordpress.org/support/users/brokenaperture/)
 * (@brokenaperture)
 * [17 years, 1 month ago](https://wordpress.org/support/topic/fog-theme-content-float-issue/#post-1010611)
 * I have same problem with this theme.
 * On the main page, the content is in the middle of the left and right columns.
 * [http://www.brokenaperture.com/](http://www.brokenaperture.com/)
 * However, say if we click on the latest post, the content then moves to the left
   of the left hand column.
 * [http://www.brokenaperture.com/?p=97](http://www.brokenaperture.com/?p=97)
 *  [brokenaperture](https://wordpress.org/support/users/brokenaperture/)
 * (@brokenaperture)
 * [17 years ago](https://wordpress.org/support/topic/fog-theme-content-float-issue/#post-1010628)
 * Anyone able to solve this issue?
 *  [esmi](https://wordpress.org/support/users/esmi/)
 * (@esmi)
 * [17 years ago](https://wordpress.org/support/topic/fog-theme-content-float-issue/#post-1010629)
 * In single.php, the left sidebar is being called after the post content – instead
   of before it. The correct structure should be:
 *     ```
       <div id="l_sidebar"></div>
       <div id="main"></div>
       <div id="r_sidebar"></div>
       ```
   
 * but in single.php, it’s:
 *     ```
       <div id="main"></div>
       <div id="l_sidebar"></div>
       <div id="r_sidebar"></div>
       ```
   
 * Move the call to the left sidebar above the start of the Loop in single.php.

Viewing 4 replies - 1 through 4 (of 4 total)

The topic ‘Fog theme, content float issue’ is closed to new replies.

## Tags

 * [center](https://wordpress.org/support/topic-tag/center/)
 * [content](https://wordpress.org/support/topic-tag/content/)
 * [float](https://wordpress.org/support/topic-tag/float/)
 * [left](https://wordpress.org/support/topic-tag/left/)

 * 4 replies
 * 4 participants
 * Last reply from: [esmi](https://wordpress.org/support/users/esmi/)
 * Last activity: [17 years ago](https://wordpress.org/support/topic/fog-theme-content-float-issue/#post-1010629)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
