Okay, this seems like a Woo/CSS issue – I acknowledge you for helping out.
I’ll see if someone on fiverr can help to identify the qualifier
that would allow for one across on this page http://newlilypad.wpengine.com/product-category/commercial/
and two across on this page http://newlilypad.wpengine.com/shop/
Changes to the percent here cause them both to respond the same:
.woocommerce ul.products li {
width: 42% !important; }
And getting rid of the sortby on these pages:http://newlilypad.wpengine.com/product-category/commercial/
gets rid of the input fields for the cart
button, input, select, textarea {
display: none !important; }