hi i would like to reduce the space between products from this https://ibb.co/5vNWG7w to this size https://ibb.co/qsWVCnG on mobile.
This topic has 6 replies, 3 voices, and was last updated 4 years, 1 months ago ago by Olga Barlow
hi i would like to reduce the space between products from this https://ibb.co/5vNWG7w to this size https://ibb.co/qsWVCnG on mobile.
Hi,
Add the next code in Theme Options > Theme custom CSS > Custom CSS for mobile:
.products-grid .product {padding-right: 5px;padding-left: 5px;}
.products-grid .content-product {
margin-bottom: 10px;
}
Regards
and will it also be possible to hide hover effect on mobile only
Could you provide a screenshot for better understanding?
Regards
https://ibb.co/tz12PWp see screenshot ,when scrolling this keeps happening to product grid . i think its the hover effect, I am not sure what it is
Hello,
Go to Theme Options > Additional CSS > find below custom code that you added code and remove it
.products-loop .product:hover, .carousel-area .product-slide:hover {
background-color: white;
}
Regards
The issue related to '‘Space between products’' has been successfully resolved, and the topic is now closed for further responses