Title: Side Bar Split
Last modified: August 19, 2016

---

# Side Bar Split

 *  [jasonisback](https://wordpress.org/support/users/jasonisback/)
 * (@jasonisback)
 * [15 years, 10 months ago](https://wordpress.org/support/topic/side-bar-split/)
 * Hi
 * I want my sidebar to be split about half way down the page so i can have more
   than one block on the side.
 * Example
 * |_______|
    |_______| |___|___| |___|___| |___|___|
 * That just being the side bar.
 * I have seen a video of youtube but cannot find it now.
    Thanks for the help

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

 *  [Agus Suhanto](https://wordpress.org/support/users/suhanto/)
 * (@suhanto)
 * [15 years, 10 months ago](https://wordpress.org/support/topic/side-bar-split/#post-1588850)
 * I think this is related with theme your using. I mean, if your theme does not
   provide it out of the box, then you have to edit the sidebar.php of your theme,
   so it can be devided one column at the top and two column at bottom. Not only
   that, you have to register additional widget areas for new added blocks. This
   requires a little bit of PHP programming and WordPress theme structure.
 * I can’t deep into details, but roughly the layout should be like the following
   HTML code:
 *     ```
       <div id="outer">
          <div id="top">
             <!-- content for top block goes here -->
          </div>
          <div id="bottom">
             <div style="float:left;width:50%">
                <!-- content for bottom left block goes here -->
             </div>
             <div style="float:right;width:50%">
                <!-- content for bottom right block goes here -->
             </div>
          </div>
       </div>
       ```
   
 *  Thread Starter [jasonisback](https://wordpress.org/support/users/jasonisback/)
 * (@jasonisback)
 * [15 years, 10 months ago](https://wordpress.org/support/topic/side-bar-split/#post-1588854)
 * If it helps i can recreate a theme that has 2 sidebars down the one side and 
   then i would just have to do the opposite and close the top section up after
 *  Thread Starter [jasonisback](https://wordpress.org/support/users/jasonisback/)
 * (@jasonisback)
 * [15 years, 9 months ago](https://wordpress.org/support/topic/side-bar-split/#post-1589125)
 * bump.

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

The topic ‘Side Bar Split’ is closed to new replies.

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 3 replies
 * 2 participants
 * Last reply from: [jasonisback](https://wordpress.org/support/users/jasonisback/)
 * Last activity: [15 years, 9 months ago](https://wordpress.org/support/topic/side-bar-split/#post-1589125)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
