12/07/2016 at 2:51 pm
#402636
Keymaster
@ Bram
There is no set number per row. The number per row is defined by the theme’s page content width and the chosen image size. If you’re using a responsive theme, that width can/will vary depending on the screen width of the device the page is being viewed on which will affect how many you see per width.
Now, that said…
I took a look at your site. There is a minor CSS conflict with the theme. Add the following to the theme’s custom CSS area.
#cn-gridder .cn-list-body {
letter-spacing: normal;
}
That should fix the spacing issue which is preventing the proper of number of entries per row (based on what I said previously).
As for centering, try adding this to the theme’s custom CSS area. This should do it:
#cn-gridder #cn-list-body {
margin: 0 auto;
}
Hope that helps!
