For Version 3.6.2 or later
You can choose the option from admin settings page.
For older versions
You can use below CSS override to move the search bar above the map
@media only screen and (min-width: 64em) {
#storeLocator__topHalf {
position: relative !important;
top: -170px !important;
width: 100% !important;
height:auto !important;
}
#store-locator-section-bg{
margin-top:170px !important;
}
#storeLocator__storeListRow{
margin-top:600px !important;
}
}
Users who have LIKED this post: