Jump to content
  • 0

Product_List Grid Row


kihers

Question

5 answers to this question

Recommended Posts

  • 0

Klasy Bootstrap posiadają pewne wartości w zależności od zdeklarowanej klasy i tak np. col-sm-6 oznacza 50% szerokości, jeśli chcesz mieć 100% to nie zmieniasz tego w css tylko w tpl. U ciebie klasa która odpowiada za 25% została zmieniona na 30% więc należy zacząć od poprawy tych deklaracji. Ktoś kto ci robił szablon dorobił ci kłopotów przez takie coś, po zmianie nie wiadomo co się sypnie w szablonie.

Link to comment
Share on other sites

  • 0

Ok mówimy o:

 

 

        <li class="ajax_block_product{if $page_name == 'index' || $page_name == 'product'} col-xs-12 col-sm-4 col-md-3{else} col-xs-12 col-sm-6 col-md-3{/if}{if $smarty.foreach.products.iteration%$nbItemsPerLine == 0} last-in-line{elseif $smarty.foreach.products.iteration%$nbItemsPerLine == 1} first-in-line{/if}{if $smarty.foreach.products.iteration > ($smarty.foreach.products.total - $totModulo)} last-line{/if}{if $smarty.foreach.products.iteration%$nbItemsPerLineTablet == 0} last-item-of-tablet-line{elseif $smarty.foreach.products.iteration%$nbItemsPerLineTablet == 1} first-item-of-tablet-line{/if}{if $smarty.foreach.products.iteration%$nbItemsPerLineMobile == 0} last-item-of-mobile-line{elseif $smarty.foreach.products.iteration%$nbItemsPerLineMobile == 1} first-item-of-mobile-line{/if}{if $smarty.foreach.products.iteration > ($smarty.foreach.products.total - $totModuloMobile)} last-mobile-line{/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...