@ John
re: thin grey line between the entries
Add this to the theme’s custom CSS area:
#cn-gridder .cn-gridder-item {
margin: 0;
border: 1px solid grey;
}
Tweak as desired.
fyi, because the template was not designed with a border in mind … it’ll likely cause odd reflow issues.
re: Centre the logos
You’ll have to center the logos before you upload them. Wait… did you use the code I gave you unaltered? It looks like you change the crop mode from 2 to 3. PLease use Crop mode 2 and center the logo before you upload.
re: Centre the overall table
You can try this, though it could mess with the penal sizing:
#cn-gridder .cn-list-body {
margin: 0 auto !important;
}
re: There is a problem when we click on the logo or the + of the entry – the screen jumps back and away from the entry ?
Looks the cause is the theme. The template is unable to properly calculate its position on the page so the auto scroll to code is acting “wonky” (that’s a technical term :) ).
I have a prerelease version of the next update I can send you which removes the auto scroll to feature. Do you want an advanced copy?
