- Moderator
- 1044
Help make Nop-Templates products better. Share your ideas or feature requests related to the Nop Traction Theme for nopCommerce.
@media all and (min-width: 1001px) {
.product-grid .item-box .add-info {
opacity: 1;
position: relative;
height: auto;
}
.product-grid .item-box .product-rating-box {
opacity: 1;
}
.product-grid .item-box .buttons {
opacity:1;
position: relative !important;
}
.product-grid .item-box .buttons a:hover, .product-grid .item-box .buttons input[type="button"]:hover, .product-grid .item-box .buttons .ajax-cart-button-wrapper:hover * {
height: 32px;
}
.product-grid .prices {
margin-bottom: 10px;
}
}
@media all and (min-width: 1001px) {
.product-grid .item-box .add-info {
opacity: 1;
position: relative;
height: auto;
}
.product-grid .item-box .product-rating-box {
opacity: 1;
}
.product-grid .item-box .buttons {
opacity:1;
position: relative !important;
}
.product-grid .item-box .buttons a:hover, .product-grid .item-box .buttons input[type="button"]:hover, .product-grid .item-box .buttons .ajax-cart-button-wrapper:hover * {
height: 32px;
}
.product-grid .prices {
margin-bottom: 10px;
}
}
@media all and (min-width: 1025px) {
.product-grid .item-box .add-info {
opacity: 1;
position: relative;
height: auto !important;
border: 0;
}
.product-grid .item-box .product-rating-box {
opacity: 1;
margin-bottom: 10px;
}
.product-grid .item-box .buttons {
opacity: 1;
position: relative !important;
bottom: auto;
}
.product-grid .item-box .description {
display: none
}
.product-grid .item-box .buttons a:hover, .product-grid .item-box .buttons
input[type="button"]:hover, .product-grid .item-box .buttons .ajax-cart-button-wrapper:hover * {
height: 32px;
}
.product-grid .prices {
margin-bottom: 10px;
}
}