My problem is as follows, I used the following code to make it the way I want it, since I had to improvise because of wpbakery is buggy
.carousel-area .product-slide {
max-height: 300px;
display: flex !important;
width:250px !important;
bottom:5px;
}
.carousel-area .product-slide a.button{
display:none;
}
The problem is that the image was being swallowed, I removed the button to see if it resolves, but it didn’t help much, how would I do to make the image dynamically adjusted to the square, or how would I do to readjust it all to have a better visibility?
Problem print: https://prnt.sc/u3qvd8
Note: it is not on the site, because of this problem in the image.