Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › Horizontal Menu Alignment in WP › Reply To: Horizontal Menu Alignment in WP
March 4, 2019 at 10:51 am
#21365
Keymaster
Hi!
There is no option for that, simply because the vertical alignment very highly depends on the parent container element, which the plugin cannot affect in any way unfortunately. I have looked at the page, and the issue is simply that the vertical alignment is not set on the menu items, where the plugin is positioned. All you need is this custom CSS to resolve it:
.tve_w_menu li {
vertical-align: middle;
}
Please note, that this is not a plugin related suggestion, so I cannot guarantee anything, but it should still work.