@jbtheslider
Sorry you are facing this issue, it would be my pleasure to help you.
Welcome to the Shopify community! 
Thanks for your good question.
Please share your site URL,
I will check out the issue and provide you a solution here.
KetanKumar,
It’s theadroitshop.com
I will send the password via a message.
Thank you!
1 Like
Hi @jbtheslider ,
Go to Assets > theme.css and paste this at the bottom of the file:
@media screen and (min-width: 1280px) {
.featured-collection__content[data-layout=slideshow] .productgrid--item {
width: calc(16% - 15px) !important;
}
}
Hope it helps!
1 Like
@jbtheslider
yes, please try this code
- Go to Online Store->Theme->Edit code
- Asset->/theme.css ->paste below code at the bottom of the file.
@media screen and (min-width: 1080px) {
.featured-collection__content[data-layout=grid] {
grid-template-columns: repeat(6,1fr);
}
}
1 Like
KetanKumar,
Thank you so very much, Ketan.
That did it!!!
LitExtension,
Thank you very much also!
1 Like