Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › Dropdown color › Reply To: Dropdown color
January 17, 2017 at 11:39 am
#11622
Keymaster
It depends on the exact situation, but this might work:
1. Select the flex layout for the settings box on the Fronted Search Settings panel: http://i.imgur.com/1P92NeE.png
2. And then use this custom CSS to justify the content to the middle:
[html].searchsettings form {
align-items: center;
justify-content: center;
}[/html]