Site logo

Archived topic

Query Loop gap between post

3 replies · Started by Rohan Verma on October 29, 2022

Viewing posts 1–4 of 4

Hello,
I tried changing the vertical gap and horizontal gap with block editor but in the front end nothing is changing.
Please help. Check the private box

Hi there,

try this CSS to remove the default post margin:


@media(max-width: 758px) {
    .post.gb-query-loop-item {
        margin-bottom: 0;
    }
}

Wow, it worked. Thanks David

Glad to hear that!

This archived topic is closed to new replies.