The Doc is right. The reason being you have "div.product_grid_display div.item_no_image" giving it a height of 148px, but then the .item_no_image class is giving it a border 2px. That's a height of 152px (2px border on top + 148px height + 2px border on bottom), which is 2px more than the other divs.
Decrease the height by 2px or make the border 1px instead. That way it'll add up to 150px.
Finally, on grid_view.css line 77, reduce the margin-bottom from 5px to 4px. It's pushing the text lower than the other divs. You see it if you measure horizontally
Why are these product boxes not floating left properly?
http://goodwynbuilding.com/homes-for-sale/
Thanks
Decrease the height by 2px or make the border 1px instead. That way it'll add up to 150px.
Finally, on grid_view.css line 77, reduce the margin-bottom from 5px to 4px. It's pushing the text lower than the other divs. You see it if you measure horizontally
After that everything will snap into place.
Enjoy your day.
Is there like a "solved" button on this forum? Don't see one.