When I select some related products, they are appearing weird on the front end, even though I've triple checked my css, and they should be inline-block. You can see what I mean here:
http://greenjellowithcarrots.com/shop/index.php?option=com_virtuemart&view=productdetails&virtuemart_product_id=1&virtuemart_category_id=4
Also, I don't have the option to delete the related products after they've been added to a particular product. I like switching out the related products from time to time, so I need to know how to delete them.
Thanks!
You have to add a width, and float left
.product-field-type-R{width:25%;float:left;}
I knew I was missing something simple. Thanks for the help!