• Hello,

    I use the Baskerville theme and I think it’s a great theme!

    There’s only one issue with the post index. All blog entries next to a Quote post display wrong. All posts next to that post will look like:

    
    <div class="post-container"> <!-- quote post -->
      <div class="post" id="post-##">
        Quote Post Meta
      </div><!-- .post -->
      <div class="post-container"> <!-- quote post -->
        <div class="post" id="post-##">
          Other Post Meta
        </div><!-- .post -->
      </div><!-- .post-container -->
    </div><!-- .post-container -->
    

    All posts next to the Quote post appear in the wrapping <div> of the quote post, which will render this (https://drive.google.com/file/d/1FsNKPBIXHqW6AyCIGNtxoyJ9bk4aJOCZ/view?usp=sharing).

    How can I fix this?
    Thanks in advance.

Viewing 4 replies - 1 through 4 (of 4 total)
Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Posts next to Quote post render wrong’ is closed to new replies.