fix for bid input - Salient theme
/* Salient theme CSS fix for quantity / bid input for Simple Auctions */
.single-product #ajax-content-wrap [data-sold-individually=true] .auction_form.cart div.quantity {
width: auto;
margin: 0 10px 0 0;
position: relative;
opacity: 1;
visibility: visible;
pointer-events: auto;
float: left;
}
.auction_form.cart .quantity input.qty{
width: auto !important;
}
Comments
0 B
|👍
/👎