Okay
  Public Ticket #3390631
Spaces between Grids
Closed

Comments

  •  2
    TakeshiHamada started the conversation

    Is it possible to control spaces between grid like this attachment?

  •  297
    Paul replied

    Could you try this custom CSS?

    .portfolio-item-list .portfolio-item {
        margin: 0 1% 2%;
    }
    

    The code should reduce the horizontal margins to 1% and bottom margin to 2%. I hope it helps!