wpgenie icon

fix for bid input - Salient theme

wpgenie | PRO | 03/25/24 08:53:11 AM UTC (Edited) | 0 ⭐ | 5858 👁️ | Never ⏰ | []
CSS |

410 B

|

None

|

0 👍

/

0 👎

/* 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

  •  icon
    01/01/70 12:00:00 AM UTC
    Plain Text |

    0 B

    |

    👍

    /

    👎