[Resolved] Query Loop gap between post

Home Forums Support [Resolved] Query Loop gap between post

Home Forums Support Query Loop gap between post

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #2392441
    Rohan Verma

    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

    #2392730
    David
    Staff
    Customer Support

    Hi there,

    try this CSS to remove the default post margin:

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

    Wow, it worked. Thanks David

    #2393100
    David
    Staff
    Customer Support

    Glad to hear that!

Viewing 4 posts - 1 through 4 (of 4 total)
  • You must be logged in to reply to this topic.