VirtueMart Forum

VirtueMart 2 + 3 + 4 => Templating & Layouts => Topic started by: melissabastow on March 27, 2012, 05:33:37 AM

Title: related products not following inline-block
Post by: melissabastow on March 27, 2012, 05:33:37 AM
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!
Title: Re: related products not following inline-block
Post by: PRO on March 27, 2012, 10:14:01 AM
You have to add a width, and float left

.product-field-type-R{width:25%;float:left;}
Title: Re: related products not following inline-block
Post by: melissabastow on March 27, 2012, 17:16:13 PM
I knew I was missing something simple.  Thanks for the help!