Advertisement
wpgenie

fix for bid input - Salient theme

Dec 1st, 2023 (edited)
1,206
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
CSS 0.41 KB | None | 0 0
  1. /* Salient theme CSS fix for quantity / bid input for Simple Auctions */
  2.  
  3. .single-product #ajax-content-wrap [data-sold-individually=true] .auction_form.cart div.quantity {
  4.     width: auto;  
  5.     margin: 0 10px 0 0;
  6.     position: relative;
  7.     opacity: 1;
  8.     visibility: visible;
  9.     pointer-events: auto;
  10.     float: left;   
  11. }
  12.  
  13.  
  14. .auction_form.cart .quantity input.qty{
  15.        width: auto !important;
  16. }
  17.  
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement