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

Reply To: Dropdown color

#11622
Ernest MarcinkoErnest Marcinko
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]