Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › WooCommerce Product Category Search › Reply To: WooCommerce Product Category Search
May 21, 2019 at 9:16 am
#22776
Keymaster
Hi Drew,
It should be automatically vertically centered. I checked the site, and there is a conflicting theme stylesheet rule, that sets a minimum height. Luckily it can be resolved very easile. Just use this custom CSS, and it will do the trick:
input.orig {
min-height: 0 !important;
}