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

Reply To: Creating a search form

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