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

    Hello how can I increase space space between portfolio items in the portfolio grid?

    I need some padding between columns, is this possible?

    Thanks in advance.

    #213633

    Hey Jorge!

    You can something like this on Quick CSS:

    .isotope_activated .isotope-item {
    margin-left: 0;
    padding-right: 10px;
    }

    Regards,
    Ismael

Viewing 2 posts - 1 through 2 (of 2 total)
  • The topic ‘How to increase space in portfolio grid items?’ is closed to new replies.