This website uses cookies to personalize your experience. By using this website you agree to our cookie policy.

Reply To: WooCommerce Product Category Search

Home Forums Product Support Forums Ajax Search Pro for WordPress Support WooCommerce Product Category Search Reply To: WooCommerce Product Category Search

#22776
Ernest MarcinkoErnest Marcinko
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;
}