Other Amount CSS Max-Width
-
Hi, you’re plugin I think could work perfect but is it possible to increase the size of the other amount field box? Max-width needs to either be increased from 80px to 180px, or if I turn off max-width in google devtools the box is better size. I’m sure it’s an issue with my theme but I’m able to control the padding when a digit is entered it seems I should be able to control the size of box? I’ve spent a few hours trying what I could so any help would be greatly appreciated. Thank you again! Best, DG
.wpapp_other_amt_input{
padding-left:0px;
padding-right:0px;
max-width:180px;
}
.wpapp_other_amt_input.fill_inited.filled{
padding-left:10px;
padding-right:0px;
font-weight:bold;
}The page I need help with: [log in to see the link]
- The topic ‘Other Amount CSS Max-Width’ is closed to new replies.