Jump to content

Problems with product featured spaces


Recommended Posts

Hello friends

I have a big space down of the product featured block. When i see the css code with firefox plugin see:

element.style height : 1741

Because i cant find that element on the global.css / product_featured.tpl etc..

Where is the problem ? if anybody can help me.. Thankiu.

See the images please

31282_MzApvZWjlK6e7gLTp1kd_t

31283_g4iKHNZjHjkWD0UpUxOq_t

Link to comment
Share on other sites

Change liHeight in this code in modules/homefeatured/homefeatured.tpl

>            {assign var='liHeight' value=342}
           {assign var='nbItemsPerLine' value=4}
           {assign var='nbLi' value=$products|@count}
           {assign var='nbLines' value=$nbLi/$nbItemsPerLine|ceil}
           {assign var='ulHeight' value=$nbLines*$liHeight}
</pre>
<ul>



from 342 to value that doesn't make that much space.

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...