Jump to content

Stange behavior about products on the front page


Recommended Posts

can you share url to yout website? it will be much easier to give you solution

 

 

i think that this will be enough:

change

ajax_block_product col-xs-12 col-sm-4 col-md-2

to

ajax_block_product col-xs-12 col-sm-4 col-md-3

 

in product-list.tpl file but to be 100% sure please share url

Link to comment
Share on other sites

Thanks vekia for your answer,

 

I'm working on my computer (localhost) for testing using PS 1.6.0.6

 

However I can read inside my product-list.tpl from line 50 :

 cclass="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-4

And it's seems a part is missing, or maybe I'm wrong ?

{if $smarty.foreach.products.iteration > ($smarty.foreach.products.total - $totModuloTablet)} last-tablet-line{/if}

Thanks

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

Ok, thanks.

 

It's done using the first part , changing first part:

 

col-xs-12 col-sm-4 col-md-3

to

col-xs-12 col-sm-4 col-md-4

 

Like this :

class="ajax_block_product{if $page_name == 'index' || $page_name == 'product'} col-xs-12 col-sm-4 col-md-4

However I've always the unwanted space on the left, on the front page and I don't know why.

 

 

Link to comment
Share on other sites

×
×
  • Create New...