Title: Empty Space in Sidebar
Last modified: August 21, 2016

---

# Empty Space in Sidebar

 *  [muhjordie](https://wordpress.org/support/users/muhjordie/)
 * (@muhjordie)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/empty-space-in-sidebar/)
 * Hello:
 * I seem to be getting a large empty space in my left sidebar when I click into
   a post’s page (e.g. [http://bit.ly/1wwOcpd](http://bit.ly/1wwOcpd)). There is
   no space when visiting the homepage ([http://disneyexaminer.com](http://disneyexaminer.com))
   though.
 * Can someone please advise? Thanks in advance!

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

 *  [esmi](https://wordpress.org/support/users/esmi/)
 * (@esmi)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/empty-space-in-sidebar/#post-5026578)
 * This is controlled by your theme. What theme are you using? Where did you download
   it from?
 *  [Bob Cristello](https://wordpress.org/support/users/gntmidnight/)
 * (@gntmidnight)
 * [11 years, 11 months ago](https://wordpress.org/support/topic/empty-space-in-sidebar/#post-5026584)
 * You are using two different CSS classes for these two pages. [http://bit.ly/1wwOcpd](http://bit.ly/1wwOcpd)
   is using
 *     ```
       .main.sidebar-left {
       background: url(img/sidebar-left.png) repeat-y left 0;
       padding-left: 340px;
       }
       ```
   
 * The main home page, [http://disneyexaminer.com/](http://disneyexaminer.com/) ,
   is using this
 *     ```
       .main.sidebar-left .sidebar {
       float: left;
       margin-left: -340px;
       }
       ```
   
 * You will notice on the home page the you are using **sidebar** and **sidebar-
   content** tags in your html/php and on the other page you are using the **main
   group sidebar-left** tag in your html/php.
 * You are going to have to make some coding changes in the template page that renders
   the code that builds the page with the large space to use the same tags as the
   home page.
 * I hope this helps.
 * Bob

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

The topic ‘Empty Space in Sidebar’ is closed to new replies.

## Tags

 * [Coding](https://wordpress.org/support/topic-tag/coding/)
 * [troubleshooting](https://wordpress.org/support/topic-tag/troubleshooting/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 2 replies
 * 3 participants
 * Last reply from: [Bob Cristello](https://wordpress.org/support/users/gntmidnight/)
 * Last activity: [11 years, 11 months ago](https://wordpress.org/support/topic/empty-space-in-sidebar/#post-5026584)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
