Shopify themes, liquid, logos, and UX
I am trying to adjust the code so that only 3 products appear per row maximum in my Shopify Kingdom theme home page within the featured collection. Thanks for any help!
Link: https://mimihalinew.myshopify.com/
Solved! Go to the solution
This is an accepted solution.
From your theme code editor go to component-product-item.css and add this code at the very bottom
-ms-grid-columns: 1fr 1fr 1fr;
grid-template-columns: 1fr 1fr 1fr;
password please
mimihali2024
This is an accepted solution.
From your theme code editor go to component-product-item.css and add this code at the very bottom
-ms-grid-columns: 1fr 1fr 1fr;
grid-template-columns: 1fr 1fr 1fr;
Learn how to build powerful custom workflows in Shopify Flow with expert guidance from ...
By Jacqui May 7, 2025Did You Know? May is named after Maia, the Roman goddess of growth and flourishing! ...
By JasonH May 2, 2025Discover opportunities to improve SEO with new guidance available from Shopify’s growth...
By Jacqui May 1, 2025