Title: Lime slice issue
Last modified: August 19, 2016

---

# Lime slice issue

 *  Resolved [jankindt](https://wordpress.org/support/users/jankindt/)
 * (@jankindt)
 * [16 years, 11 months ago](https://wordpress.org/support/topic/lime-slice-issue/)
 * Hi,
 * I’ve got a fresh new wordpress install and I installed the ‘Lime Slice’ Theme.
   I’ve got myself a small issue with the theme.
 * When I add a blog post, the sidebar is put below the content.
    See [http://desterrebloem.be/wordpress/?p=74](http://desterrebloem.be/wordpress/?p=74)
 * When I create a new static page, all is OK.
    See [http://desterrebloem.be/wordpress/?page_id=11](http://desterrebloem.be/wordpress/?page_id=11)
 * I tried looking at the php code but for me it looks more or less ok. Can anyone
   point me to the problem (and if possible a solution) ?
 * Thanks

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

 *  [Michael](https://wordpress.org/support/users/alchymyth/)
 * (@alchymyth)
 * [16 years, 11 months ago](https://wordpress.org/support/topic/lime-slice-issue/#post-1147804)
 * probably in single.php at the end just before the call `<?php get_sidebar(); ?
   >`
    there is probably a closing `</div>` missing
 *  Thread Starter [jankindt](https://wordpress.org/support/users/jankindt/)
 * (@jankindt)
 * [16 years, 11 months ago](https://wordpress.org/support/topic/lime-slice-issue/#post-1147808)
 * nope.. That is something I already checked.
 * I am new to wordpress so I don’t know yet the details on exactly which scripts
   are called by what GET statements.
    eg. I do not see the problem when I retrieve
   the post via a category GET : See [http://desterrebloem.be/wordpress/?cat=1](http://desterrebloem.be/wordpress/?cat=1)
 *  Thread Starter [jankindt](https://wordpress.org/support/users/jankindt/)
 * (@jankindt)
 * [16 years, 11 months ago](https://wordpress.org/support/topic/lime-slice-issue/#post-1147809)
 * The same post as above has the sidebar wrongly place at
    [http://desterrebloem.be/wordpress/?p=67](http://desterrebloem.be/wordpress/?p=67)
 *  [@mercime](https://wordpress.org/support/users/mercime/)
 * (@mercime)
 * [16 years, 11 months ago](https://wordpress.org/support/topic/lime-slice-issue/#post-1147810)
 * > That is something I already checked
 * Then you missed something big. [Check out the validation errors for that page](http://validator.w3.org/check?verbose=1&uri=http%3A%2F%2Fdesterrebloem.be%2Fwordpress%2F%3Fp%3D67).
 * Like alchymyth said, there is a missing closing div just BEFORE the `<?php get_sidebar();?
   >` in your single.php.
    Your search.php, page.php and your category.php are coded
   correctly so you cannot give it as examples of correctness when those are different
   template files.
 *  [RGlover](https://wordpress.org/support/users/rglover/)
 * (@rglover)
 * [16 years, 11 months ago](https://wordpress.org/support/topic/lime-slice-issue/#post-1147814)
 * Move div#left-box outside of div#main-block in your single.php (and probably 
   also your index.php) files.
 *  Thread Starter [jankindt](https://wordpress.org/support/users/jankindt/)
 * (@jankindt)
 * [16 years, 11 months ago](https://wordpress.org/support/topic/lime-slice-issue/#post-1147896)
 * Thanks for all the help.. Since you all insisted there was a /DIV missing somewhere.
 * I found that in comments.php, a /DIV tag was placed inside an conditional block.
   In my case it was not executed and resulted in the missing closing tag.

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

The topic ‘Lime slice issue’ is closed to new replies.

 * 6 replies
 * 4 participants
 * Last reply from: [jankindt](https://wordpress.org/support/users/jankindt/)
 * Last activity: [16 years, 11 months ago](https://wordpress.org/support/topic/lime-slice-issue/#post-1147896)
 * Status: resolved

## Topics

### Topics with no replies

### Non-support topics

### Resolved topics

### Unresolved topics

### All topics
