Jump to content

Prestashop Featured Products Need to Enlarge and change to 3 accross instead of 4


Recommended Posts

Hi

I believe that I have done this correctly however the images enlarging worked but I cannot get the number to change from 4 -3 to work

<!-- MODULE Home Featured Products -->
<div id="featured-products_block_center" class="block products_block clearfix">
    <h4 class="title_block">{l s='Featured products' mod='homefeatured'}</h4>
    {if isset($products) AND $products}
        <div class="block_content">
            {assign var='liHeight' value=250}
            {assign var='nbItemsPerLine' value=3}
            {assign var='nbLi' value=$products|@count}

Have I missed something or wrong file.  Thank you.

Link to comment
Share on other sites

Here is what i have done

<!-- MODULE Home Featured Products -->
<div id="featured-products_block_center" class="block products_block clearfix">
    <h4 class="title_block">{l s='Featured products' mod='homefeatured'}</h4>
    {if isset($products) AND $products}
        <div class="block_content">
            {assign var='liHeight' value=250}
            {assign var='nbItemsPerLine' value=3}
            {assign var='nbLi' value=$products|@count}

 

#featured-products_block_center li {
    margin-right:10px;
    padding:10px 0;
    width:157px;
    height:240px

 

please take a look as I need the height adjusted as well now. 

http://www.silkplantscanada.com/testsite/en/

Thank you again for your assistance. 

Got it..  Thank you again.

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