Hi I’m trying to personalize a bit the template of my ecommerce.
I need to move from 6 to 8 colums by 1 row on desktop +
from 2 with slider to 4 with slider on mobile.
how to do it?
I’m using Craft as template.
here the website:
https://vaigustando.it/?_ab=0&_fd=0&_sc=1
Actually on destop goes to 2 row I need to have everythink in 1 (they will be smaller).
Hi, @ellisbosisio .
Follow these steps .
Goto > online store > Edit Code > Search multicolumn.liquide > and Find this code >
“type”: “range”,
“id”: “columns_desktop”,
“min”: 1,
“max”: 6,
“step”: 1,
“default”: 3,
“label”: “t:sections.multicolumn.settings.columns_desktop.label”
And change max quantity 6 to 8 and save now. refresh the page > and check multicolumn.
If I managed to help you then, don’t forget to Like it and Mark it as Solution!
Best Regards,
Websensepro
Hi Websensepro, the issue is that is showing me on 2 rows. I need it on 1 single row.