Much white space between store locator elements

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;
}

1 thoughts on “Much white space between store locator elements

Leave a Reply

Your email address will not be published. Required fields are marked *