Hi there,
We are using a premium theme called Modular and we want to change the number of products per row in the featured collection section. I have wrote some settings for that, but I need to apply it into the code so it works. Can anyone help with this?
Here is what I wrote for the settings, and now I want to relate this to my code so it works in the cutomizer.
{
"type": "range",
"id": "product_columns",
"label": "Posts per row",
"default":4,
"min":1,
"max":5,
"step":1
}
Any reply or thought would be appreciated, thanks.