Tagged: , ,

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #181099

    Hi,
    how can I set the masonry element in order to have 3 colums of portfolio items instead of 4, like when i resize the browser?
    Another question, how can I set the left and right border to keep the margin a little bit (around 50px on both side) smaller?
    My site is http://www.chricchio.com
    Thank you and congrats for the great improvment you did in the last 2 updates, great work!

    #181120

    Hey Christian!

    That option isn’t currently available. The effect doesn’t allow you to set things like columns and instead if figure it out by the masonry script based on the container width.

    For the side padding, I’m not quite sure if this is what you mean but you could adjust it slightly with:

    #av-masonry-1 {
    padding-left: 10px;
    padding-right: 0;
    }

    Best regards,
    Devin

    #181293

    works perfectly, Thanks Devin!
    :)

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Masonry 3 colums and more space on the side’ is closed to new replies.