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

Reply To: No typing when clicking on search bar

Home Forums Product Support Forums Ajax Search Pro for WordPress Support No typing when clicking on search bar Reply To: No typing when clicking on search bar

#34137
Ernest MarcinkoErnest Marcinko
Keymaster

Use this custom CSS:

li.menu-item-object-custom {
    line-height: 95px;
}

.asp_m_3 {
    display: inline-block !important;
    vertical-align: middle;
}

The vertical height is not correct on the menu wrapper either, but this custom CSS should resolve that too.