Viewing 12 replies - 1 through 12 (of 12 total)
  • Plugin Author Aldo Latino

    (@aldolat)

    Hi,
    It’s a CSS-related problem. Could you give me the link to your site?

    Thread Starter lleroy

    (@lleroy)

    Thanks for the quick reply! ??

    The site I’m using it on is password-protected at the moment (until it goes live), but I have setup a “clone” of it, just without the posts etc here: https://digis.dk/tekdok

    Plugin Author Aldo Latino

    (@aldolat)

    Open the style.css file in the root directory of your F2 theme and paste these lines at the end of the file:

    .widget li.pis-li:before {
      content: none;
    }
    
    .widget li.pis-li p.pis-title:before {
      content: "\203A 020";
    }

    This will fix the “problem”. ??

    Be aware that you wiil have to re-paste these lines whenever you’ll update the theme. Or simply create a child theme.

    Please, change the topic to “Resolved”, if you resolve.

    Thread Starter lleroy

    (@lleroy)

    I added another \ before ‘020’, then it worked like a charm ??

    So the inserted code is:

    .widget li.pis-li:before {
      content: none;
    }
    
    .widget li.pis-li p.pis-title:before {
      content: "\203A 20";
    }

    Thank you very much for the quick reply and a great plugin!

    Thread Starter lleroy

    (@lleroy)

    Hm.. For some reason, the last \ doesn’t show.

    I’ll copy-paste without the code-wraparound then:

    .widget li.pis-li:before {
    content: none;
    }

    .widget li.pis-li p.pis-title:before {
    content: “\203A \20”;
    }

    ?? thanks again.

    Plugin Author Aldo Latino

    (@aldolat)

    The correct code is here: https://gist.github.com/aldolat/5390305

    ?? thanks again.

    You’re welcome! ??

    Hello

    I added the code you provided at the end of the style.css file of my theme but I still have a blank line inserted between posts that I would like to suppress.

    My website is : saint-jeannet.info

    The PIS widget is at the top of my sidebar below the Search widget

    Plugin Author Aldo Latino

    (@aldolat)

    Hi jpmarceorg,
    Remove the code you just added to your style.css because it’s customized for lleroy, and add these lines instead:

    li.pis-li p {
    margin-bottom: 0;
    }

    Let me know.
    Bye!

    Aldolat,

    Can you please help me as well? Seems like 3 extra lines after the AK: Featured Post widget.

    https://southwedgemission.org/

    Thanks!

    Plugin Author Aldo Latino

    (@aldolat)

    bluebanzai,
    add this to the end of your CSS style:

    .widget_ak_featured_post_widget ul {
    margin-bottom: 0;
    }

    Two months ago you provided me a fix that suppressed the space. My apologies for not providing you many thanks and positive feedback.

    Plugin Author Aldo Latino

    (@aldolat)

    @jpmarceorg
    You’re welcome! ??

Viewing 12 replies - 1 through 12 (of 12 total)
  • The topic ‘How to remove space between posts?’ is closed to new replies.