VirtueMart Forum

VirtueMart 2 + 3 + 4 => Templating & Layouts => Topic started by: websmith on November 26, 2015, 02:16:54 AM

Title: Remove space between description and price in featured products home page
Post by: websmith on November 26, 2015, 02:16:54 AM
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.
Title: Re: Remove space between description and price in featured products home page
Post by: SnakeFFM on November 26, 2015, 16:03:13 PM
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...
Title: Re: Remove space between description and price in featured products home page
Post by: jenkinhill on November 26, 2015, 17:23:30 PM
@websmith you should use Firebug to work out display issues. Saves having to ask here.  http://forum.virtuemart.net/index.php?topic=116620.0