Jump to content

[SOLVED] Problem with number of products showed per line on mobile


DARKF3D3

Recommended Posts

By default the product-list setting is 2 products. Since i need 3 i changed the line:

{assign var='nbItemsPerLineMobile' value=2}

Increasing the value to 3, and also changed:

<li class="ajax_block_product col-xs-6...

Changing the 6 with 4.

 

 

Opening the website on smartphone on portrait mode i see correctly 3 products per line, but if I rotate the display to landscape i see only 2 products per line.

 

I don't understand why, I should have changed all correctly... No?

Edited by DARKF3D3 (see edit history)
Link to comment
Share on other sites

  • 2 months later...

Please i need create one page category products  same  http://www.ederkits.com/punto_cruz/hilos.asp

i hace create productotlist1.tpl andd in category.tpl add

title="{$subcategory.name|escape:'html':'UTF-8'}" class="img">
                        {if $subcategory.id_image}
       <img src="{$link->getCatImageLink($subcategory.link_rewrite, $subcategory.id_image, 'hilos')}" alt=""  />
      {else}
       <img src="{$img_cat_dir}default-hilos" alt=""  />
      {/if}

 

please help

Link to comment
Share on other sites

×
×
  • Create New...