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

Laisser un commentaire

Votre adresse e-mail ne sera pas publiée. Les champs obligatoires sont indiqués avec *