• Resolved raiinkiing

    (@raiinkiing)


    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: https://bit.ly/1DZSnuR

    Thanks in advance.

Viewing 4 replies - 1 through 4 (of 4 total)
  • 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.

    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

    (@raiinkiing)

    Thanks a lot, bdbrown. The “share” part did the trick.

    Thanks!

    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.