• Resolved fjvanittersum

    (@fjvanittersum)


    When I create a WP Show Post item of 1 column on a page or in a sidebar widget, there is space between the posts. How can I decrease this space. I tried:

    – column gutter in the WPSP item (tab 2 “columns”) 0em or 0px: no change
    – padding: 0px; in .wp-show-posts-inner: changes the space within a post, but not between posts;
    – margin: 0px; in .wp-show-posts-inner: does not change anything.

    Is there another way to decrease this space ?

    Frans

    • This topic was modified 6 years, 3 months ago by fjvanittersum.
Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Author Tom

    (@edge22)

    Hi there,

    Column gutter should do that. Any chance you can link us to your site?

    Thread Starter fjvanittersum

    (@fjvanittersum)

    This is an example:

    My site

    In the sidebar (i.a. Agenda), the items are selected by a WP Show Posts item: 1 column, column gutter 0em. In .wp-show-posts-inner, I defined a border: 1px. Between the bottom-border of a post and the border-top of the next post, there is about 1 cm white space !

    How can this white space be reduced ?

    Frans

    Plugin Author Tom

    (@edge22)

    Try adding this CSS:

    .wp-show-posts:not(.wp-show-posts-columns) .wp-show-posts-single:not(:last-child) {
        margin-bottom: 10px;
    }
    Thread Starter fjvanittersum

    (@fjvanittersum)

    Thanks ! This is fine, exactly I was looking for !

    Frans

    Plugin Author Tom

    (@edge22)

    You’re welcome ??

Viewing 5 replies - 1 through 5 (of 5 total)
  • The topic ‘Space between posts’ is closed to new replies.