wpgenie

fix CSS - bid input and bid buttons

Aug 22nd, 2025
59
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
PHP 0.30 KB | None | 0 0
  1. input[name=bid_value] {
  2.     width: 195px !important;
  3.     height: 35px !important;
  4.     margin: 0 10px 0 10px;
  5. }
  6.  
  7. input.minus-bid, input.plus-bid {
  8.     width: 50px;
  9.     height: 35px;
  10. }
  11.  
  12. button.bid_button.button.alt {
  13.     position: relative;
  14.     bottom: 35px;
  15.     width: 50px;
  16.     height: 35px;
  17.     left: 350px;
  18. }
  19.  
Advertisement
Add Comment
Please, Sign In to add comment