Plugin Author
ndre
(@ndre)
Hi @cecile59,
Do you have the latest version of the eCommerce Product Catalog plugin? It looks like you have an outdated version, or the plugin CSS files are modified.
Hi @ndre ,
Thanks for your answer.
I have the 3.0.12 version of this plugin.
Plugin Author
ndre
(@ndre)
Hi @cecile59,
The plugin CSS files are modified directly, which breaks the styling.
Please update to the latest version and avoid modifying the plugin files directly to avoid such issues.
I just have updated the plugin. It fix the alignment issue, but now all the pictures are too small (https://pbm59.pourbricolermalin.com/produits-1/parquet-et-lambris/parquet-placage-bois-a-clipser/)
The CSS was modified to avoid size issues.
Plugin Author
ndre
(@ndre)
The best way to modify the plugin styling is to use the child theme stylesheet.
Your theme has a div container that is causing this issue. Please use the following custom CSS to fix this:
.ecommerce-product-catalog .pull-left {
width: 100%;
}
Or use the simple theme integration option in catalog general settings.
I tried the custom CSS (in the child theme stylesheet), nothing changes.
I have changed the option in catalog general settings, and now the pictures are correctly sized on sub-categories, but not on categories (https://pbm59.pourbricolermalin.com/materiaux-pas-cher-hazebrouck/cloture-de-jardin/)
Plugin Author
ndre
(@ndre)
When using the shortcode you should add comma-separated category IDs instead of separate shortcodes or set the per_row attribute to 1.
Please see the docs for details: https://implecode.com/docs/ecommerce-product-catalog/category-listing-shortcode/
It’s so much better like that ! Now the catalog looks perfectly.
Thank you very much for your help 🙂