News:

Looking for documentation? Take a look on our wiki

Main Menu

related products not following inline-block

Started by melissabastow, March 27, 2012, 05:33:37 AM

Previous topic - Next topic

melissabastow

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!

PRO

You have to add a width, and float left

.product-field-type-R{width:25%;float:left;}

melissabastow

I knew I was missing something simple.  Thanks for the help!