Trying to change the number of products displayed in one row on the product card in the recommended products section.
I have modified the code and changed the max quantity, but there is a problem like in the attached screenshot, i.e. 4 products are displayed and 1 field is empty. Why does this happen and how can I fix it?
"type": "range",
"id": "columns_desktop",
"min": 1,
"max": 5,
"step": 1,
"default": 4,
"label": "t:sections.product-recommendations.settings.columns_desktop.label"
},

