Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › justified the search menu to the center › Reply To: justified the search menu to the center
March 1, 2022 at 12:52 pm
#36956
Keymaster
Hi!
Sure, this simple custom CSS will do the trick:
form.asp-fss-flex {
justify-content: center;
}