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

Reply To: Centering or Center Aligning the Search Bar

Home Forums Product Support Forums Ajax Search Pro for WordPress Support Centering or Center Aligning the Search Bar Reply To: Centering or Center Aligning the Search Bar

#6057
Ernest MarcinkoErnest Marcinko
Keymaster

Hi!

Unfortunately there is no option for that, because it depends on the container element alignment as well.

I suggest trying the following custom CSS code, it works most of the time:

[code].asp_main_container {
margin: 0 auto !important;
}[/code]