03/29/2015 at 5:37 pm
#329972
Keymaster
@ bc
re: show multiple contacts in a row
The number of contacts per row will depend entirely on the image size (which defines the grid size), the theme’s content width and the screen size of the device being used to view the site (if using a responsive theme).
re: How can we enlarge the grid
See the doc page, the Grid Size section explain it in detail.
re: how can we justify the text that is shown as biography in the grid
You’ll have to add you own CSS to do that. Adding the following to the theme’s custom CSS area should do the trick:
#cn-gridder .cn-gridder-excerpt {
text-align: justify;
}
Hope that helps!
