nopCommerce 2.8 and subcategories display order

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
11 anni tempo fa
Ello all

happens to me that if the category has more than four subcategories, the page "CategoryTemplate.ProductsInGridOrLines" displays the subcategories in random order and not in lines of 4

also happens to others the same thing?

thanks luigi
11 anni tempo fa
Hi Luigi,

I experienced this issue once when developing the theme and then never was able to reproduce it. Most probably it was caused by not using tables anymore.

This category on the demo site has more than 4 sub-categories. Do you experience this issue on that page?
11 anni tempo fa
I was able to reproduce it. Could you please try the following and let me know the result?

1. Open \Themes\DefaultClean\Content\styles.css file
2. Find ".sub-category-grid .sub-category-item,.manufacturer-grid .manufacturer-item" ctyle
3. Replace "height:auto;" with "height:180px;"
4. Refresh the page with resetting the cache (click F5)
11 anni tempo fa
perfect, with this change to the css is ok

thanks Andrei
11 anni tempo fa
Thanks. I've just updated the package.
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.