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

Deja una respuesta

Tu dirección de correo electrónico no será publicada. Los campos obligatorios están marcados con *