Page 1 of 1

After upgrade 1.5.6.4 to 2.0.3.1 products not in line

Posted: Fri Aug 05, 2016 2:12 am
by Kristiankzg
Hello,

After the upgrade 1.5.6.4 to 2.0.3.1, the products are not in line anymore. What you kan see on the link is 4 products than 3 products below en then one product below line 2 etc etc. I tried a lot but nothing will help. Who can help me?

link; http://www.kzg-webdesign.nl/xtar/index. ... ry&path=77

Re: After upgrade 1.5.6.4 to 2.0.3.1 products not in line

Posted: Fri Aug 05, 2016 2:50 am
by straightlight
Opencart v2.x releases now uses template responsiveness compared to the old ways template that used to be handled from v1.5x releases which is why the CSS alignment does not proportionally show on the v2.x releases as previously showed on the v1.5x releases.

Re: After upgrade 1.5.6.4 to 2.0.3.1 products not in line

Posted: Fri Aug 05, 2016 5:50 pm
by Kristiankzg
ok , so this is a problem with no solution for it??

Re: After upgrade 1.5.6.4 to 2.0.3.1 products not in line

Posted: Fri Aug 05, 2016 6:11 pm
by webmedialdh
Hello,

You need to remove

Code: Select all

<div class="clearfix"></div>
which appear after every 4 products please check the category.tpl file. Please check foreach condition and remove clearfix div from their who set clearfix class after every 4 products

Thank You
Webx Team

Re: After upgrade 1.5.6.4 to 2.0.3.1 products not in line

Posted: Fri Aug 05, 2016 6:56 pm
by straightlight
This topic will be moved to the template support section of the forum.

Re: After upgrade 1.5.6.4 to 2.0.3.1 products not in line

Posted: Fri Aug 05, 2016 11:27 pm
by Kristiankzg
webmedialdh wrote:Hello,

You need to remove

Code: Select all

<div class="clearfix"></div>
which appear after every 4 products please check the category.tpl file. Please check foreach condition and remove clearfix div from their who set clearfix class after every 4 products

Thank You
Webx Team
In which folder should that be?

I had a look in catalog/view/theme/default/template/product and then category.tpl but there is no clearfix

Re: After upgrade 1.5.6.4 to 2.0.3.1 products not in line

Posted: Sat Aug 06, 2016 4:11 pm
by webmedialdh
Hello,

Yes, File correct in which you are searching the clearfix... that class is set under the foreach condition.. if any issue to find out send me your store's FTP access at support[at]webxitsolutions[dot]com i will sort this issue..

Thank You