- 4
I noticed that the product grid compare button disappears on mobile. Is there a way to add one easily?
.item-box .compare-products {
display: inline-block;
vertical-align: top;
}
.compare-products input {
display: block !important;
width: 40px !important;
height: 34px;
background: #333 url(../img/compare-button.png) center no-repeat;
padding: 0;
font-size: 0 !important;
}