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!
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
works perfectly, Thanks Devin!
:)