Jump to content

[SOLVED] How To Increase Subcategories widht and hight?


Oktan

Recommended Posts

ok i know where the problem is

 

open category.tpl file

and follow this:

 

change:

{if $subcategory@iteration%4==1}
                    <div class="row-fluid">
                    {/if}

to:

{if $subcategory@iteration%3==1}
                    <div class="row-fluid">
                    {/if}

and also:

{if $subcategory@iteration%4==0||$smarty.foreach.subcategories.last}
                    </div>
                    {/if}

to:
 

{if $subcategory@iteration%3==0||$smarty.foreach.subcategories.last}
</div>
{/if}
 

more infor here: http://www.prestashop.com/forums/topic/307278-solved-sub-category-menu-dropdown-issue-leo-converse-theme/?do=findComment&comment=1556258

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