This topic has 4 replies, 3 voices, and was last updated 4 years, 10 months ago ago by Rose Tyler
Hi,
I would like to reduce the left and right padding between the product Images on the Shop page similar to https://ibb.co/SmkFkbG. I want to reduce the default bootstrap column padding only between the product images. Kindly help.
Regards,
Niyati
Hi,
Add below code to Theme Options -> Additional CSS
@media only screen and (max-width: 480px){
.products-grid .product {
padding-left: 6px;
padding-right: 6px;
}
}
Regards,
Hung PD
Thanks alot. The issue is solved
Hello,
You’re welcome!
Regards
You must be logged in to reply to this topic.Log in/Sign up