Hello! I am trying to customize the multicolumn to have section like the above where you can have 3-4 columns in the mobile viewport. I tried editing the schema to the following:
{
"type": "select",
"id": "columns_mobile",
"options": [
{
"value": "1",
"label": "t:sections.multicolumn.settings.columns_mobile.options__1.label"
},
{
"value": "2",
"label": "t:sections.multicolumn.settings.columns_mobile.options__2.label"
},
{
"value": "3",
"label": "3"
},
{
"value": "4",
"label": "4"
}
],
"default": "1",
"label": "t:sections.multicolumn.settings.columns_mobile.label"
},
But it doesn’t really change anything. The link to the store is : https://ot5gaiz8hfh8mmq1-65234960618.shopifypreview.com
Any help is appreciated!


