Re: Product display spacing
well... I think this depends on how altered is your template, but if it stills works in a default zencart way ( sorry my english ), it's possible that you could get around in admin->configuration->All Listing
If you check you'll see this for every field you want to display
0= off
1st digit Left or Right
2nd and 3rd digit Sort Order
4th digit number of breaks after
About the "Displaying 1 to n (of n products)" ... if you use you browser inspector (press F12) and check if this class is around : navSplitPagesResult
and give it a margin. ie:
.navSplitPagesResult {
margin-bottom: 1em;
}
Or whatver class is around that display info ...
“Though the problems of the world are increasingly complex, the solutions remain embarrassingly simple.” ― Bill Mollison