Versions VM3 and Joomla 2.5.28
There is a big space between the description and price in my featured products feed on home page. Type of product description gives only 2 choices, short description and product description. i would like to show no description so the price moves up right under image.
This is in the featured products feed.
Ive attached a diagram for your review. Thank you for any help with this.
add folliwing code to your css (In case you dont use any overrides et cetera:
.vm-product-descr-container-1 {
display: none;
}
Alternatively you can creat an override in your template folder...
@websmith you should use Firebug to work out display issues. Saves having to ask here. http://forum.virtuemart.net/index.php?topic=116620.0