Hi Moose,
We can fix this by increasing the size of the advanced search container. Use this code below and see if it helps. Insert into GD > Design > Scripts > Custom Style CSS
.sd.home .featured-area .geodir-filter-container, .sd.sd-location .featured-area .geodir-filter-container {
width: 800px!important;
}
@media only screen and (max-width: 600px) {
.sd.home .featured-area .geodir-filter-container, .sd.sd-location .featured-area .geodir-filter-container {
position:relative!important;
max-width: 250px!important;
}
}
@media only screen and (max-width: 768px) {
.sd.home .featured-area .geodir-filter-container, .sd.sd-location .featured-area .geodir-filter-container {
width: 500px!important;
}
}
@media only screen and (max-width: 1024px) {
.sd.home .featured-area .geodir-filter-container, .sd.sd-location .featured-area .geodir-filter-container {
width: 500px!important;
}
}