winph wrote:I remember in beta before there is an option for in column view like... COLUMN:3,2,R - 3 column for computer, 2 for mobile and r for re-arrange? in version 0.18 is this still possible?
Basically all the grid-related layouts have options to achieve this:
GRID+
For the COLUMNS layout, you would just set a width for each column, and it will ultimately work exactly like you say with some approximate math. For example, width 300 means it would be 3 columns on large, 2 columns on medium and 1 column on small screens. The only difference, is that setting a width is more flexible, because it allows you to cater for more columns on very large screens if you are also using the WIDE layout. There is nothing that cant be done with width that could be done by setting "3,2,1".
Even the justified layout will act accordingly, buy depends on other factors like module width, and general aspect of images, since it covers them to height.
winph wrote:and how do i change the size of description?
What do you mean "size" of description? Just like all other elements, the width is limited by the module. If you want to set a font-size, you can use basic CSS.