• I wonder if I can reduce the gap size between blocks, I tried different ways with CSS without success.
    Any idea?

    The page I need help with: [log in to see the link]

Viewing 1 replies (of 1 total)
  • Theme Author ThemeZee

    (@themezee)

    Hi there,

    Thanks so much for using Donovan.

    You can use this CSS code to reduce the spacing between the posts in the grid:

    .blog-grid-layout .content-archive .post-wrapper {
        grid-gap: 0.5rem;
    }

    Cheers,
    Thomas

Viewing 1 replies (of 1 total)
  • The topic ‘gap between blocks’ is closed to new replies.