Shopify themes, liquid, logos, and UX
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
Currently, on mobile, it shows 2 columns and a slider. i want to have 4 columns shown on mobile so each image is shown. happy to have these smaller
this is how i want it to look:
instead it looks like this on mobile:
these are just going to be vectors like, free shipping, fast delivery etc and i want them all to be seen together with no slider.
happy to answer any questions
thank you in advance!
Solved! Go to the solution
This is an accepted solution.
found the solution. in multicolumn.liquid changed previously only had values being 1 and 2. added 4 options now. code below:
"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"
}
Hi,
Can you please share your store URL to be able to help you on this.
This is an accepted solution.
found the solution. in multicolumn.liquid changed previously only had values being 1 and 2. added 4 options now. code below:
"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"
}
Hi there,
I am attempting to make the same change. However when I alter the code I get an error:
Unable to update the file
I cannot seem to figure out what I am doing wrong. I'd appreciate any help on this.