Comments Sharon Quarrington started the conversationSeptember 13, 2020 at 1:19pmI need to decrease the size of the name your price input field as it is extending outside its column.I tried this CSS: but no change in width.woonp-input { font-size: 21px; padding: 5px; width: 200px !important}https://www.superpupcalendar.ca/foster-teamThank you for your help.Sharon Quarrington repliedSeptember 13, 2020 at 1:21pmSharon Quarrington repliedSeptember 13, 2020 at 1:23pmthis is what it looks like: 1,226Dustin repliedSeptember 15, 2020 at 10:34pmHi Sharon,Please add below CSS code to WP-Admin → Appearance → Customize → Additional CSS: .woonp input.woonp-input { width: 100% !important; max-width: 200px !important; }Best regards,Dustin Sign in to reply ...
I need to decrease the size of the name your price input field as it is extending outside its column.
I tried this CSS: but no change in width
.woonp-input {
font-size: 21px;
padding: 5px;
width: 200px !important
}
https://www.superpupcalendar.ca/foster-team
Thank you for your help.
this is what it looks like:
Hi Sharon,
Please add below CSS code to WP-Admin → Appearance → Customize → Additional CSS:
Best regards,
Dustin