DARKF3D3 Posted August 30, 2014 Share Posted August 30, 2014 (edited) 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 August 31, 2014 by DARKF3D3 (see edit history) Link to comment Share on other sites More sharing options...
vekia Posted August 31, 2014 Share Posted August 31, 2014 what other classes your <li> element uses? can you show them all ? Link to comment Share on other sites More sharing options...
DARKF3D3 Posted August 31, 2014 Author Share Posted August 31, 2014 Fortunatelly i fix the problem, by mistake I added a wrong style in global.css that create this problem. Link to comment Share on other sites More sharing options...
jjryeste Posted November 9, 2014 Share Posted November 9, 2014 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 More sharing options...
Recommended Posts