Reply To: Creating a search form

#9993
Ernest Marcinko
Ernest 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: https://i.imgur.com/p4OgFEg.png

2. Using a custom CSS, something like:


.asp_main_container {
    margin: 0 auto !important;
}
Best,
Ernest Marcinko

If you like my products, don't forget to rate them on codecanyon :)