Jump to content

Get rid of the space between package products


noesac

Recommended Posts

http://i56.tinypic.com/lgqww.png


I've isolated it down to the following code, I just don't know what to remove to prevent the big white space between the two bullet points:


           {if $packItems|@count > 0}

{l s='Pack content'}

               {foreach from=$packItems item=packItem}



                       {$packItem.pack_quantity} x getProductLink($packItem.id_product, $packItem.link_rewrite, $packItem.category)}">{$packItem.name|escape:'htmlall':'UTF-8'}


{$packItem.description_short}



               {/foreach}

           {/if}

Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...