Tagged: columns, Masonry Gallery
Hi! Is it possible to have an “adjust to content width” masonry gallery with more than 2 columns? I can’t use full width gallery and I have a lot of pictures in one gallery (link) and it seems really cluttered…
Thank you! :-)
Hey!
I’m not sure if i understood what you want to achieve, your masonry galleries are showing more than 2 columns right now.
Cheers!
Josue
Hi not sure if this was answered elsewhere, but I have the same issue. I want to contain the masonry gallery within a color section, but when I do that, it defaults to 2 big columns. I’d like to have 3 and only 3 columns within the color section. I’m using the responsive max width 1030 layout. what’s the best way to control that when not placed in full width mode?
figured it out! this works for me…
@media only screen and (min-width: 940px){
.responsive.html_stretched .av-masonry-entry{width:33.3% !important;}
}