Hello,
Please find this code in your custom.css
.products-grid .product .add-to-container{
width: 100%;
position: absolute;
bottom: 0;
text-align: center;
}
and change to
@media (min-width:480px){
.products-grid .product .add-to-container{
width: 100%;
position: absolute;
bottom: 0;
text-align: center;
}
}
Regards