Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › Creating a search form › Reply To: Creating a search form
September 7, 2016 at 9:27 am
#9993
Keymaster
Hi,
Well, it depends on the exact situation as well, but there are two options in this case:
1. Try to change the Search box alignment option to “center” on the Layout options -> Search box layout panel: http://i.imgur.com/p4OgFEg.png
2. Using a custom CSS, something like:
[html]
.asp_main_container {
margin: 0 auto !important;
}
[/html]