By default, checkbox fields within the Advanced Search Form are displayed as a single column, which takes up a lot of space, pushing other fields further down the page.
Add the code snippet below to your site to provide a better experience.
CSS
.tags-nav li {
width: 50% !important;
}