Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- /* 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;
- }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement