gerbilmore Posted May 6, 2010 Share Posted May 6, 2010 Hi,In the 'Featured Products' module, I notice there is the built in facility to control the CSS of not only the first and last products shown, but also the last item on each line: {if isset($products) AND $products} {assign var='liHeight' value=360} {assign var='nbItemsPerLine' value=4} {assign var='nbLi' value=$products|@count} {assign var='nbLines' value=$nbLi/$nbItemsPerLine|ceil} {assign var='ulHeight' value=$nbLines*$liHeight} {foreach from=$products item=product name=homeFeaturedProducts} etc etc... Link to comment Share on other sites More sharing options...
markthedoc Posted December 19, 2010 Share Posted December 19, 2010 HiDid you ever find a solution to this problem as I'm having the exact same problem?! Link to comment Share on other sites More sharing options...
gerbilmore Posted December 21, 2010 Author Share Posted December 21, 2010 Unfortunately not, sorry! Please let me know if you find a solution :-) Link to comment Share on other sites More sharing options...
Recommended Posts