1) lower the item price in the right hand column & remove the more info... This would just leave the price, Quantity & max #
(I would also be interested in knowing how to remove the max
# as I can't decide if I want this or not).
Many items here:
more info denotes that this product has attributes that require selecting so the add to cart can not be reliably displayed
You can toggle the add to cart to off for all and this will also remove the more info and price
admin > config > product listing > Display Product Price/Add to Cart > set to "0"
Max displays when your product has this set so to eliminate change the product setting
2) Can I perhaps place a small line between product listings? If so what needs to be added/changed.
Find, add, change your stylesheet for this rule(might just add it) and adjust as required
Code:
.productListing-data {
border-bottom: 1px solid #000000;
}