@ Russell
re: How do I change the font size for the name and the bio text?
You can do that with CSS. As an example, add the following to the theme’s custom CSS area:
#cn-gridder .cn-gridder-overlay .fn,
#cn-gridder .cn-gridder-name .fn {
font-size: 12px !important;
}
#cn-gridder .cn-gridder-excerpt p {
font-size: 10px !important;
}
re: How do I change the number of contacts per per row?
You can not. That is defined by the page content width of the theme. This is to allow it to be responsive theme friendly. As the page width becomes smaller, less will be shown per row.
re: Lastly, I specified for the image to not be cropped, reuploaded for my contacts, but it still seems to be cropping the image.
Gridder creates custom images on demand as needed which will default to being cropped. The image settings do not affect the grid images. See the Configuring the Grid section on the doc page for more details. That said… after you click thu to view the profile page, the Large image settings apply to that image. See the Configuring the Profile Page section on doc page for more details
Hope that helps!
