Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › The search setting position cannot be centered? Please help! › Reply To: The search setting position cannot be centered? Please help!
November 9, 2020 at 9:58 am
#30196
Keymaster
Hi!
Try using this custom CSS:
div.asp_sb form {
align-items: center;
justify-content: center;
}