Hi,
im looking to change my featured collections slider on home page to look more like farfetch
bigger image
and slider lines under to scroll
my site is https://luxurymrkt.com
picture below ![]()
Hi,
im looking to change my featured collections slider on home page to look more like farfetch
bigger image
and slider lines under to scroll
my site is https://luxurymrkt.com
picture below ![]()
Hi @Luxurymrkt ,
You can use the code below to make the item bigger and change the slider
@media only screen and (max-width: 768px) {
.grid-overflow-wrapper .grid__item.grid-product {
width: 50vw;
flex: 0 0 50vw;
}
.grid__item.grid-product.small--one-half.medium-up--one-fifth.grid-product__has-quick-shop.aos-init.aos-animate {
margin-bottom: 1rem;
}
}
.grid-overflow-wrapper::-webkit-scrollbar-thumb {
border-radius: 10px;
-webkit-box-shadow: inset 0 0 6px rgb(0 0 0 / 50%);
}
.grid-overflow-wrapper::-webkit-scrollbar {
height: 3px;
}
.grid-overflow-wrapper::-webkit-scrollbar-track {
border-radius: 10px;
-webkit-box-shadow: inset 0 0 6px rgb(0 0 0 / 30%);
}