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
August 3, 2021 at 9:01 am
#34137
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.