Title: sidebar help
Last modified: August 19, 2016

---

# sidebar help

 *  Resolved [miocene22](https://wordpress.org/support/users/miocene22/)
 * (@miocene22)
 * [16 years, 7 months ago](https://wordpress.org/support/topic/sidebar-help-26/)
 * Hey, I’m sure this is pretty simple CSS problem but on [my site](http://topuptents.x10hosting.com/wordpress/)
   the sidebar widgets on the home page are pushed down a bit from the top. On all
   the other pages the sidebar is at the top where it should be.
 * How can I fix the home page?

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

 *  [Peter Boosten](https://wordpress.org/support/users/pboosten/)
 * (@pboosten)
 * [16 years, 7 months ago](https://wordpress.org/support/topic/sidebar-help-26/#post-1233678)
 * The sidebar is next to the last left floating post. You should wrap your posts
   in one div, floating left.
 * now:
 *     ```
       content
         post
         post
         sidebar
       end content
       ```
   
 * should be
 *     ```
       content
         wrap
           post
           post
         end wrap
         sidebar
       end content
       ```
   
 * Peter
 *  Thread Starter [miocene22](https://wordpress.org/support/users/miocene22/)
 * (@miocene22)
 * [16 years, 7 months ago](https://wordpress.org/support/topic/sidebar-help-26/#post-1233691)
 * Thank you, thar sorted it!

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

The topic ‘sidebar help’ is closed to new replies.

 * 2 replies
 * 2 participants
 * Last reply from: [miocene22](https://wordpress.org/support/users/miocene22/)
 * Last activity: [16 years, 7 months ago](https://wordpress.org/support/topic/sidebar-help-26/#post-1233691)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
