Some themes use white-space: pre CSS in their stylesheets like the RepairHub theme. This produces strange white spaces in your store locator. However add this custom CSS in order to fix this:
#store_locator * {
    white-space: initial;
}
							            	Some themes use white-space: pre CSS in their stylesheets like the RepairHub theme. This produces strange white spaces in your store locator. However add this custom CSS in order to fix this:
#store_locator * {
    white-space: initial;
}