Hi,
when I tried to display products by using following short code and I see them price and add_to_cart button perfectly. But when you move the mouse over the product you get a hover box wrapping the image and text which is good but when I have 3 products on one row that borders are displayed overlapped.
This is the shortcode
[product id="9026" sku=""]
This is the css code that I was trying to resize the box.
.slide-item .product:hover,
.products-grid .product:hover {
border: 1px solid #ebebeb;
}
Appreciate your help in advance.