Site logo

Archived topic

gutemberg latest posts spacing

3 replies · Started by gedosan on March 20, 2021

Viewing posts 1–4 of 4

Hi there

I'm using the latest posts widget in gutemberg, but in mobile view there is no padding on the left.

I've tried fiddling with both the widget settings and the container width settings but can't fathom it.

Thanks!

Hi there,

Give this CSS a try, feel free to adjust the numbers:

@media (max-width: 768px) {
    .site-main .wp-block-latest-posts.is-grid li {
        margin: 0.2em 1.25em;
    }
}

Let me know :)

perfect thanks Ying

You are welcome :)

This archived topic is closed to new replies.