Hi TLone,
You should be able to edit the number of products displayed in "Featured" and "Latest" by editing the module in admin...
1- Log into admin
2 - Go to Extensions > Modules and look for Featured > Home page and click edit
3 - Under the "Products" section make sure you have selected 8 products
4 - Under "Limit" section, make sure this is set to 8
Go back to your home page and press SHIFT+F5 to refresh and hopefully this should now display 8 products the same as your "Latest" module.
If you have VQMod installed, I have attached an XML file. Log into your file manager (Cpanel) and upload remove_product_description_category.xml to the vqmod/xml folder. (This will remove the product description on the category pages and also from "Featured" and "Latest" modules - I noticed at present it displays ".." or "T.." etc.. this will remove that so it looks cleaner. Your price will then be displayed directly underneath product title)
Now to decrease the box size to suit...
1- Log into file manager (Cpanel)
2 - Go to... catalog/view/theme/default/stylesheet/stylesheet.css (If you have custom theme, you will need to edit the stylesheet.css for your theme rather than default)
3 - Edit stylesheet.css and find the lines... (Handy tip while editing stylesheet.css Press CTRL+F and paste in .product-thumb .caption { it should be the first line highlighted that you need to change)
}
.product-thumb .caption {
padding: 0 20px;
min-height: 180px;
}
change to...
}
.product-thumb .caption {
padding: 0 20px;
min-height: 0 !important;
}
4 - Once you have changed above in stylesheet.css make sure to save and go back to your home page and press SHIFT+F5 again to refresh.
Hopefully all going well your "Featured" module will be displaying 8 products similar to your "Latest" module. The product description on category pages and modules should be hidden and the product box should display correctly with no big white gaps.
Hope this helps
