Shopify themes, liquid, logos, and UX
Hello community,
I am working with the Showcase theme and I am using the 'featured collection section' on my shop page and would like to make the display of the single products smaller. I know I can adjust the number of products in a row, but I have already maxxed this out to 4 and I cannot simply increase it to five or six without making changes in the CSS. I also tried adding a max-width inline parameter but without much success. Does anyone know a simple way how to go about this?
This is the shop I am working on: https://wkyj7s2a46bth9vj-60850798810.shopifypreview.com
Solved! Go to the solution
This is an accepted solution.
I solved it myself 🙂 Here is my solution for anyone trying to achieve the same thing:
In product-block.liquid I added style="{% if section.settings.smaller_tiles %} max-width: 260px;{% endif %}" to the <div class="product-block
In featured-collection.liquid I added the following code to the schema-tag: {
"type": "checkbox",
"id": "smaller_tiles",
"label": "Display smaller product tiles",
"default": false
}
This allows to check/uncheck an option for smaller tiles in the frontend editor of your featured collection section.
This is an accepted solution.
I solved it myself 🙂 Here is my solution for anyone trying to achieve the same thing:
In product-block.liquid I added style="{% if section.settings.smaller_tiles %} max-width: 260px;{% endif %}" to the <div class="product-block
In featured-collection.liquid I added the following code to the schema-tag: {
"type": "checkbox",
"id": "smaller_tiles",
"label": "Display smaller product tiles",
"default": false
}
This allows to check/uncheck an option for smaller tiles in the frontend editor of your featured collection section.
hello,
could you explain exactly how to put it in? i am putting it in but it is saying there is an error.
Thank you.
As 2024 wraps up, the dropshipping landscape is already shifting towards 2025's trends....
By JasonH Nov 27, 2024Hey Community! It’s time to share some appreciation and celebrate what we have accomplis...
By JasonH Nov 14, 2024In today’s interview, we sat down with @BSS-Commerce to discuss practical strategies f...
By JasonH Nov 13, 2024