Shopify themes, liquid, logos, and UX
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!
Solved! Go to the solution
This is an accepted solution.
Thanks for the info, do you mean this one right?
Check this one.
From your Shopify admin dashboard, click on "Online Store" and then "Themes".
Find the theme that you want to edit and click on "Actions" and then "Edit code".
In the "Assets" folder, click on "component-slider.css" file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:
@media screen and (max-width: 749px){
.grid--peek .grid__item {
width: 25%;
min-width: unset;
}
}
And Save.
Result:
Please, be aware that this small images wont be user-friendly. Since its too small it would need to be zoom by the users.
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
Where can I see this multicolumn? Which page?
This is an accepted solution.
Thanks for the info, do you mean this one right?
Check this one.
From your Shopify admin dashboard, click on "Online Store" and then "Themes".
Find the theme that you want to edit and click on "Actions" and then "Edit code".
In the "Assets" folder, click on "component-slider.css" file, depending on which file your theme uses to store its CSS styles. At the bottom of the file, add the following CSS code:
@media screen and (max-width: 749px){
.grid--peek .grid__item {
width: 25%;
min-width: unset;
}
}
And Save.
Result:
Please, be aware that this small images wont be user-friendly. Since its too small it would need to be zoom by the users.
Please don't forget to Like and Mark Solution to the post that helped you. Thanks!
Works great! Thank you!
Welcome! please, dont forget to hit like. Thanks!
Hey Community! As the holiday season unfolds, we want to extend heartfelt thanks to a...
By JasonH Dec 6, 2024Dropshipping, a high-growth, $226 billion-dollar industry, remains a highly dynamic bus...
By JasonH Nov 27, 2024Hey Community! It’s time to share some appreciation and celebrate what we have accomplis...
By JasonH Nov 14, 2024