Title: Sidebar Overlapping Post Section
Last modified: August 20, 2016

---

# Sidebar Overlapping Post Section

 *  [celesteina](https://wordpress.org/support/users/celesteina/)
 * (@celesteina)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/sidebar-overlapping-post-section-1/)
 * I am having a problem with how my website is showing on screen. The sidebar and
   the blog post is overlapping. It overlaps more when I minimize the screen size.
   What can I do to fix it? I post the link in a blog entry. To view the image bigger,
   click on the image. [http://www.crazyaboutdeals.com/2012/08/the-post-is-overlapping-with-side-bar.html](http://www.crazyaboutdeals.com/2012/08/the-post-is-overlapping-with-side-bar.html)
 * Thanks!!!

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

 *  [Robin](https://wordpress.org/support/users/cinghaman/)
 * (@cinghaman)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/sidebar-overlapping-post-section-1/#post-2971381)
 * add overflow:hidden; to your content wrapper (div) css
 *  [Robin](https://wordpress.org/support/users/cinghaman/)
 * (@cinghaman)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/sidebar-overlapping-post-section-1/#post-2971382)
 * if u can post an actual link of the post, i can give you more accurate css
 *  Thread Starter [celesteina](https://wordpress.org/support/users/celesteina/)
 * (@celesteina)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/sidebar-overlapping-post-section-1/#post-2971386)
 * Hello Robin
 * Here is the link: [click here](http://studio.busybrandi.com)
 *  [Robin](https://wordpress.org/support/users/cinghaman/)
 * (@cinghaman)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/sidebar-overlapping-post-section-1/#post-2971390)
 * ah i dont see it being overlap as per your printscreen,
    to me it looks like 
   a good spacing between sidebar and ur content window? r u sure u sent the write
   link ?
 *  Thread Starter [celesteina](https://wordpress.org/support/users/celesteina/)
 * (@celesteina)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/sidebar-overlapping-post-section-1/#post-2971392)
 * What happens when you try to shrink the screen? Do they overlap?
 *  [Robin](https://wordpress.org/support/users/cinghaman/)
 * (@cinghaman)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/sidebar-overlapping-post-section-1/#post-2971395)
 * ah ok got
    let me look
 *  [Robin](https://wordpress.org/support/users/cinghaman/)
 * (@cinghaman)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/sidebar-overlapping-post-section-1/#post-2971404)
 * ok so just looking through firebug tool i can see lot of margin issues and css
   floats thing
    just cant exactly fix it with firebug though but i will try to 
   give u maximum info u need to fix it ..
 *  [Robin](https://wordpress.org/support/users/cinghaman/)
 * (@cinghaman)
 * [13 years, 9 months ago](https://wordpress.org/support/topic/sidebar-overlapping-post-section-1/#post-2971427)
 * this is what ever i could reach with playing around with firebug
 * you would have to play around with few values to get 100% fix
    backup your stylesheet
   before doing the changes
 *     ```
       .content-sidebar #content {
           background: none repeat scroll 0 0 #FFFFFF;
           }
       #content {
           margin-bottom: 20px;
       overflow:hidden;
           width: 100%;
       }
       .sidebar-content-sidebar #content-sidebar-wrap, .content-sidebar-sidebar #content-sidebar-wrap, .sidebar-content #content-sidebar-wrap, .content-sidebar #content-sidebar-wrap {
           float: left;
           overflow: hidden;
           width: 550px;
       }
   
       .content-sidebar #sidebar {
           background: none repeat scroll 0 0 #FFFFFF;
           border-radius: 10px 10px 10px 10px;
   
       }
       .sidebar {
           display: inline;
           float: left;
           margin-bottom: 10px;
           margin-left: 30px;
           width: 310px;
       }
       ```
   

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

The topic ‘Sidebar Overlapping Post Section’ is closed to new replies.

 * 8 replies
 * 2 participants
 * Last reply from: [Robin](https://wordpress.org/support/users/cinghaman/)
 * Last activity: [13 years, 9 months ago](https://wordpress.org/support/topic/sidebar-overlapping-post-section-1/#post-2971427)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
