Title: Missing div tag  bumping sidebar to bottom
Last modified: August 30, 2016

---

# Missing div tag bumping sidebar to bottom

 *  [John Rock](https://wordpress.org/support/users/red-morgan/)
 * (@red-morgan)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/missing-bumping-sidebar-to-bottom/)
 * Hello,
 * I’m having issues with my sidebar on posts. The sidebar is getting bumped below
   the post. After messing with the page source I can confirm that all it needs 
   is a missing </div> tag. Problem is, that I don’t know what file I need to go
   into and where in it that I need to close the tag.
 * [This is an example of the site:](http://cellar.filthytavern.com/admin/blog/my-posts/1038/)
 * [This is from inspect element:](http://i.imgur.com/Y8dqQU1.jpg)
 * It seems I need another </div> somewhere above “span4.” Any help would be greatly
   appreciated!

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

 *  [Susan Langenes](https://wordpress.org/support/users/susanlangenes/)
 * (@susanlangenes)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/missing-bumping-sidebar-to-bottom/#post-6794084)
 * Well, you can probably narrow it down to one of the theme templates in your child
   theme.
 * One thing I sometimes do when developing themes with lots of custom templates
   is simply write the name of the file somewhere in the html, like right after 
   the header tag like so:
 *     ```
       <?php get_header();?>
       single.php
       <div class="container">
       (etc)
       ```
   
 * Do that for everything in your child theme and you’ll eventually find it.
 *  [Michael](https://wordpress.org/support/users/alchymyth/)
 * (@alchymyth)
 * [10 years, 5 months ago](https://wordpress.org/support/topic/missing-bumping-sidebar-to-bottom/#post-6794091)
 * if you assume that any of the theme’s templates is broken, consider to upload
   a fresh copy, and do [contact the developer of the theme for help](http://themeforest.net/item/game-addict-clan-war-gaming-theme/6771881/support).
 * [http://codex.wordpress.org/Forum_Welcome#Commercial_Products](http://codex.wordpress.org/Forum_Welcome#Commercial_Products)

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

The topic ‘Missing div tag bumping sidebar to bottom’ is closed to new replies.

## Tags

 * [div](https://wordpress.org/support/topic-tag/div/)
 * [missing](https://wordpress.org/support/topic-tag/missing/)
 * [posts](https://wordpress.org/support/topic-tag/posts/)
 * [sidebar](https://wordpress.org/support/topic-tag/sidebar/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 2 replies
 * 3 participants
 * Last reply from: [Michael](https://wordpress.org/support/users/alchymyth/)
 * Last activity: [10 years, 5 months ago](https://wordpress.org/support/topic/missing-bumping-sidebar-to-bottom/#post-6794091)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
