I created a view - content -all -teaser (author)User: Uid
format - Masonry - Add views row classes - Column width 20% - Gutter width 10px - Resizable Animated - Load images first ; CSS in my lexi responsive
.node {
margin:10px;
padding: 5px;
width: 20%;(or 30%)
float: left;
}

but I get a grid with one column only

Comments

allvip’s picture

It Works: Column width 20opx - Gutter width 0px and

.node {
margin:10px;
padding: 5px;
width: 20%;(or 30%)
float: left;
}

but with % it does not works no matter what I do.

allvip’s picture

Issue summary: View changes

typing error

knalstaaf’s picture

Issue summary: View changes
Status: Active » Fixed

This seems to be fixed in the latest dev ( 2013-Oct-01 ).

Status: Fixed » Closed (fixed)

Automatically closed - issue fixed for 2 weeks with no activity.