• Resolved rchrisbishop

    (@rchrisbishop)


    I’m getting a large gap between the image (whether thumbnail or medium) and the title. I’m not showing any other content.

    The empty <p> that I would like to eliminate comes directly after the image:

    <div class="col-md-4 pt-cv-content-item pt-cv-1-col">
    <a class="_self" target="_self" href="https://example.com/post-one/">
    <img class="pt-cv-thumbnail wp-post-image" height="150" width="150"  src="https://example.com/wp-content/uploads/2014/10/image-46-150x150.jpg">
    </a>
    <p></p>
    <h4 class="pt-cv-title">
    <a class="_self" target="_self" href="https://example.com/post-one/">Post One Title</a>
    </h4>
    </div>

    https://www.ads-software.com/plugins/content-views-query-and-display-post-page/

Viewing 1 replies (of 1 total)
  • Plugin Author Content Views

    (@pt-guy)

    Hi,
    Is problem fixed in latest version (1.5.0) ?

    if not, please add this CSS code to style.css file of your active theme

    .pt-cv-content-item p:empty {display:none;}

    brgs,

Viewing 1 replies (of 1 total)
  • The topic ‘empty tag between image and title’ is closed to new replies.