• Resolved Mew

    (@gokumew2)


    Hi.

    It looks like the plugin auto-updated a few days ago and now the widget display is showing a blank line between list items. Checking the source, I see a <span class="wpp-meta post-stats"></span><p class="wpp-excerpt"></p> after the link which seems to be causing this. Is there any way to have this removed? The “use plugin’s stylesheet” setting is set to disabled.

    Thanks.

    The page I need help with: [log in to see the link]

Viewing 2 replies - 1 through 2 (of 2 total)
  • Plugin Author Hector Cabrera

    (@hcabrera)

    Hey @gokumew2,

    Try adding these CSS rules to your theme’s style.css file:

    .wpp-meta:empty,
    .wpp-excerpt:empty {
    display: none;
    }

    The “use plugin’s stylesheet” setting is set to disabled.

    That’s kind of funny because WPP’s stylesheet has rules to hide empty elements in it 😛

    Thread Starter Mew

    (@gokumew2)

    Looks like that did the trick! Thank you, @hcabrera!

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

The topic ‘Extra blank line in widget display’ is closed to new replies.