Viewing 4 replies - 1 through 4 (of 4 total)
  • You probably need a bit of CSS to put a margin below and/or above each list element.

    In your browser, if you right click on one of the list entries and select Inspect Element you’ll see the list entry has tag li and the list is an unordered one (ul) with class=”lcp_catlist…> so CSS something like

    .lcp_catlist li {margin-top:10px;}

    might be what you need. If you already using a child theme, it can go in style.css. If you don’t have a child theme, you could look at using the Jetpack plugin which has a Custom CSS Module which gives you an Edit CSS option under Appearance.

    Hi,
    AACT’s answer doesn’t work for me. I tried to tinker with a template but no go also.
    //Close li tag
    $lcp_display_output .= ‘<p style=\”text-align: center; margin-top: 15px; margin-bottom: 15px;\”>************</p>’;
    }
    the above give me a bullet and the *s left aligned

    What I need is space between posts and also a separator–I searched the forum and can’t find anything.

    Thanx

    bigwavemaui, if you can tell us the url I’ll take a look and see why .lcp_catlist li isn’t working for you.

    It looks as though it’s working for rmiller3000’s site which has

    .lcp_catlist li {
    margin-top: 15px;
    }

    Thread Starter rmiller3000

    (@rmiller3000)

    Yes, this worked. This topic is resolved.

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Really need some space between post listings’ is closed to new replies.