• Hello!
    First of all, thanks a lot for your plugins and theme.

    I have created a “recent posts” list with images but without titles to use on the sidebar. The space between post images is about 35 pixels.

    Is it possible to decrease this space between post images?

Viewing 5 replies - 1 through 5 (of 5 total)
  • Plugin Support Elvin

    (@ejcabquina)

    Hi there,

    Can you try reducing the column gutter on WPSP List’s Settings > Columns tab?

    By default, it has 2em. You can reduce that value to your preference.

    If it doesn’t work, can you link us to the page in question? To check if something else is adding it.

    Thread Starter ETO

    (@esmus)

    Reducing the column gutter did not work as it is a one-column widget.

    Link to my page: https://t.ly/RaUh

    Plugin Support Elvin

    (@ejcabquina)

    Try this CSS:

    .wp-show-posts:not(.wp-show-posts-columns) .wp-show-posts-single:not(:last-child) {
        margin-bottom: 1em;
    }
    Thread Starter ETO

    (@esmus)

    Thank you so much. It worked like a charm.

    Plugin Support Elvin

    (@ejcabquina)

    No problem 😀

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