Title: Blank space below post
Last modified: August 24, 2016

---

# Blank space below post

 *  Resolved [raiinkiing](https://wordpress.org/support/users/raiinkiing/)
 * (@raiinkiing)
 * [11 years ago](https://wordpress.org/support/topic/blank-space-below-post-1/)
 * Hello there,
 * I haven’t been able to find a solution to this, and I doubt it’s a feature of
   the theme. I think it’s something that broke it, so hopefully someone can help.
 * There’s a huge gap below the content of the post in all my posts, and I don’t
   know how to get rid of it:
 * You can check an example here: [http://bit.ly/1DZSnuR](http://bit.ly/1DZSnuR)
 * Thanks in advance.

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

 *  [riyadenn](https://wordpress.org/support/users/riyadenn/)
 * (@riyadenn)
 * [11 years ago](https://wordpress.org/support/topic/blank-space-below-post-1/#post-6091431)
 * I’ve had the same problem like this.
 * it seems you changed that post format to “aside”. Try to turn it into a “Standard”
   or “Video” format, you can do it in post-editing.
 *  [bdbrown](https://wordpress.org/support/users/bdbrown/)
 * (@bdbrown)
 * [11 years ago](https://wordpress.org/support/topic/blank-space-below-post-1/#post-6091435)
 * Hi raiinkiing. The post elements are not correctly formatted because the content
   container includes an invalid class name. Either the single.php file has been
   modified or you have a conflict with a plugin. Following is the source code from
   the page you linked; I’ve added some notes:
 *     ```
       <h1 class="post-title">Project Cars: Trailer de lanzamiento</h1>
   
       <p class="post-byline"></p>   <-- missing
       <div class="clear"></div>   <-- missing
   
       <div class="entry hare">   <-- should be class="entry share"; this is what is creating the large space below the post image and hiding the sharebar
   
       <div class="clear"></div>   <-- shouldn't be here
   
       	<div class="entry-inner">
       		<div class="video-container"><iframe width="720" height="405" src="https://www.youtube.com/embed/pPnPJXE2fhw?feature=oembed&wmode=opaque" frameborder="0" allowfullscreen></iframe></div>
       	</div>
       	<div class="sharrre-container">...</div><!--/.sharrre-container-->
       	<script type="text/javascript">...</script>
       	<div class="clear"></div>
       </div><!--/.entry-->
       ```
   
 *  Thread Starter [raiinkiing](https://wordpress.org/support/users/raiinkiing/)
 * (@raiinkiing)
 * [11 years ago](https://wordpress.org/support/topic/blank-space-below-post-1/#post-6091454)
 * Thanks a lot, bdbrown. The “share” part did the trick.
 * Thanks!
 *  [bdbrown](https://wordpress.org/support/users/bdbrown/)
 * (@bdbrown)
 * [11 years ago](https://wordpress.org/support/topic/blank-space-below-post-1/#post-6091460)
 * You’re welcome. Glad I could help. If you don’t need any further assistance with
   this topic please mark it as Resolved. Thanks.

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

The topic ‘Blank space below post’ is closed to new replies.

 * ![](https://i0.wp.com/themes.svn.wordpress.org/hueman/3.7.27/screenshot.png)
 * Hueman
 * [Support Threads](https://wordpress.org/support/theme/hueman/)
 * [Active Topics](https://wordpress.org/support/theme/hueman/active/)
 * [Unresolved Topics](https://wordpress.org/support/theme/hueman/unresolved/)
 * [Reviews](https://wordpress.org/support/theme/hueman/reviews/)

 * 4 replies
 * 3 participants
 * Last reply from: [bdbrown](https://wordpress.org/support/users/bdbrown/)
 * Last activity: [11 years ago](https://wordpress.org/support/topic/blank-space-below-post-1/#post-6091460)
 * Status: resolved