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

    (@ejcabquina)

    Hi there,

    Technically, the posts aren’t far apart.

    It’s just that the posts try to occupy all the available horizontal space. This makes the image look too small, making an illusion of posts being too far apart.

    The main difference between the 2 page is that the first link’s content container is on full-width while the second link’s content container width has a max width of 1140x.

    If you apply the same max width to the first link, you’ll see that the posts will be closer together. ??

    Thread Starter crosstherubicon

    (@crosstherubicon)

    Thanks! Got that figured out. How would I center the Read More button under each post?

    Plugin Support Elvin

    (@ejcabquina)

    Adding this CSS should do the trick:

    .wp-show-posts-inner .wpsp-read-more {
        margin: 0 auto;
    }
    
    .wp-show-posts-inner {
        display: flex;
        flex-direction: column;
    }
    Thread Starter crosstherubicon

    (@crosstherubicon)

    Thanks! That worked.

    Plugin Support Elvin

    (@ejcabquina)

    No problem. ??

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