Title: Sidebar Under Content
Last modified: August 20, 2016

---

# Sidebar Under Content

 *  [PrutsFM](https://wordpress.org/support/users/prutsfm/)
 * (@prutsfm)
 * [14 years, 2 months ago](https://wordpress.org/support/topic/sidebar-under-content-1/)
 * Hello everybody.
 * I’m building a new website and can’t solve the following problem. When I click
   on the more tag, then the sitebar jumps under the content. does anybody has an
   solution for this problem? It keeps me bussy for weeks now. Help! Here you see
   the problem: [](http://prutsfm.nl/prutsfm/index.php/opmerkelijk-prutsnieuws/top-10-belachelijk-blije-dieren/)

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

 *  [esmi](https://wordpress.org/support/users/esmi/)
 * (@esmi)
 * [14 years, 2 months ago](https://wordpress.org/support/topic/sidebar-under-content-1/#post-2615478)
 * Sounds like you need the validate the markup on your single posts.
    [http://codex.wordpress.org/Validating_a_Website](http://codex.wordpress.org/Validating_a_Website)
   [http://validator.w3.org/](http://validator.w3.org/)
 *  Thread Starter [PrutsFM](https://wordpress.org/support/users/prutsfm/)
 * (@prutsfm)
 * [14 years, 2 months ago](https://wordpress.org/support/topic/sidebar-under-content-1/#post-2615641)
 * Thanks for the very quick replay. I did not see any problems at the single post(
   But i’m kind of a dummy). I do know now that it has something to do with the 
   microkid’s related post plugging. If I deactivated this plugging the problem 
   is gone. But we realy need this plugging.
 *  [Michael](https://wordpress.org/support/users/alchymyth/)
 * (@alchymyth)
 * [14 years, 2 months ago](https://wordpress.org/support/topic/sidebar-under-content-1/#post-2615644)
 * please post a download link to that microkid’s plugin; and ideally a link to 
   your site with the problem visible.
 *  Thread Starter [PrutsFM](https://wordpress.org/support/users/prutsfm/)
 * (@prutsfm)
 * [14 years, 2 months ago](https://wordpress.org/support/topic/sidebar-under-content-1/#post-2615660)
 * Sorry for that.
 * Here the link of the site with the problem:
 * [http://prutsfm.nl/prutsfm/index.php/opmerkelijk-prutsnieuws/echt-of-nep/#more-7712](http://prutsfm.nl/prutsfm/index.php/opmerkelijk-prutsnieuws/echt-of-nep/#more-7712)
 * If you scrol down you see the sidebar under the content (image widget, Postview)
 * Here you find the plugging: [http://www.microkid.net/wordpress/related-posts/](http://www.microkid.net/wordpress/related-posts/)
 *  [Michael](https://wordpress.org/support/users/alchymyth/)
 * (@alchymyth)
 * [14 years, 2 months ago](https://wordpress.org/support/topic/sidebar-under-content-1/#post-2615667)
 * there is definitively a closing `</div>` missing at the end of the plugin output.
 * your site seems to output a html table with the related posts; the plugin (just
   downloaded) uses an unordered list;
 * have you edited the plugin in any way?
 * in either case, can you paste the full code of _**microkids-related-posts.php**_
   into a [http://pastebin.com/](http://pastebin.com/) and post the link to it here?
 *  Thread Starter [PrutsFM](https://wordpress.org/support/users/prutsfm/)
 * (@prutsfm)
 * [14 years, 2 months ago](https://wordpress.org/support/topic/sidebar-under-content-1/#post-2615670)
 * We made some Thumbs with the related post. Here you can find the microkids-related-
   posts.php
 * [http://pastebin.com/0Hn5DBdV](http://pastebin.com/0Hn5DBdV)
 *  [Michael](https://wordpress.org/support/users/alchymyth/)
 * (@alchymyth)
 * [14 years, 2 months ago](https://wordpress.org/support/topic/sidebar-under-content-1/#post-2615683)
 * line 483
 *     ```
       $output .="</tr></table>";
                               #$output .= "</ul></div>\n";
       ```
   
 * try to add the `</div>` after the `</table>`
 * i.e.:
 *     ```
       $output .="</tr></table></div>\n";
                               #$output .= "</ul></div>\n";
       ```
   
 *  Thread Starter [PrutsFM](https://wordpress.org/support/users/prutsfm/)
 * (@prutsfm)
 * [14 years, 2 months ago](https://wordpress.org/support/topic/sidebar-under-content-1/#post-2615685)
 * You really made my day. I’m eating cupcakes in my kitchen and having a big party!
   This code fixed it! Thank you really much The Sweeper
    is the hero of the month!
   Thanks!

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

The topic ‘Sidebar Under Content’ is closed to new replies.

## Tags

 * [content](https://wordpress.org/support/topic-tag/content/)
 * [jumps](https://wordpress.org/support/topic-tag/jumps/)
 * [sidebar](https://wordpress.org/support/topic-tag/sidebar/)

 * In: [Fixing WordPress](https://wordpress.org/support/forum/how-to-and-troubleshooting/)
 * 8 replies
 * 3 participants
 * Last reply from: [PrutsFM](https://wordpress.org/support/users/prutsfm/)
 * Last activity: [14 years, 2 months ago](https://wordpress.org/support/topic/sidebar-under-content-1/#post-2615685)
 * Status: not resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
