hey,
need help with the max products to show,
i want it to be like this
but when i increase the number per row it shows like this.
pls i wilk appreciate any help,
thanks in advance.
hey,
need help with the max products to show,
i want it to be like this
but when i increase the number per row it shows like this.
pls i wilk appreciate any help,
thanks in advance.
@batyaJandMore caruseful disable
@batyaJandMore can i send collaboration request?
yes
Hi @batyaJandMore , thanks for your question.
To place specific products in a row in the Featured Collections, please try following the below steps:
Go to Shopify Admin > Online Store > Theme > Edit Code
Search file theme.liquid
Insert the following code above
ul#Slider-template–17362961793191__featured_collection {
display: grid;
grid-template-columns: repeat(4, 1fr); /* 4 items in 1 row, if you want to change, you must change in repeat(items in a row, 1fr) */
}
ul#Slider-template–17362961793191__featured_collection>li {width: 100%;max-width: 100%;}
I hope it’d helpful to you.
Liz.
hi,
i don’t need it to be specific products i want it to have multiple rows with 4 columns. like the first image ![]()
thanks.
@batyaJandMore okay please share url and collaboration code
@batyaJandMore pleasse check request
@batyaJandMore please check now and let me know
thanks a lot , how can i do i on the second one as well?
@batyaJandMore fixed please check again
working thanks ![]()
@batyaJandMore Welcome! Please don’t hesitate to reach out if you need any further assistance.