Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #25077

    Is it possible to have, let’s say 10px gaps between the thumbnails of a portfolio grid?

    Best, Nedim

    #125709

    You can add a margin to the top with:

    .avia_sortable_active .isotope .isotope-item {
    margin-top: 10px;
    }

    but it’s not easily possible to add it on the left/right side because this would break the grid layout.

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘Gaps between the portfolio grid thumbnails’ is closed to new replies.