Reply To: Masonry layout in 4 across instead of 3

Home Forums Support Masonry layout in 4 across instead of 3 Reply To: Masonry layout in 4 across instead of 3

Home Forums Support Masonry layout in 4 across instead of 3 Reply To: Masonry layout in 4 across instead of 3

#202280
Daniele

Hi!
It works great in the homepage!

Indeed, i set 5 columns

.masonry .masonry-post,
.masonry .grid-sizer {
width: 20%;
}

.masonry .grid-sizer.width4,
.masonry .masonry-post.width4 {
width: 60%;
}

and it worked fine too.

But eventually I stayed with 4 columns.

The only matter is on archive/search page, which show a short picture for the main post.

Like this: http://www.80s.it/category/cinema/

I’m playing with the css file, giving max-width and width to .img, but it’s not working…

Can you help?