This topic has 2 replies, 2 voices, and was last updated 4 years, 1 months ago ago by Olga Barlow
Hello,
Currently my product catalog is looking this https://ibb.co/Fsn9cyx
with margin between each product.
But my client wants something like the Gucci website: https://ibb.co/VxL5mVT
No margin between the images. How can I edit the CSS in order to achieve this design.
Thank you. Best regards
Hello,
Replace the custom
.content-product {
margin-bottom: 30px;
position: relative;
border: 2px solid #fff;
}
By the
.products-loop .product, .carousel-area .product-slide {
margin-bottom: 30px;
position: relative;
border: 2px solid #fff;
}
.carousel-area .product-slide {
margin-right: 0 !important;
}
Regards
You must be logged in to reply to this topic.Log in/Sign up