Viewing 3 replies - 1 through 3 (of 3 total)
  • Plugin Support Chika Ibeneme

    (@chikaibeneme)

    @cece101

    Thanks for reaching out.

    Can you try adding the following CSS code into your theme’s custom CSS area in your customizer, please? I haven’t seen this issue before, however, it seems like it might be a CSS conflict with your theme.

    .tribe-region {
    padding-left: 5px;
    padding-right: 5px;
    }

    Thread Starter cece101

    (@cece101)

    Thanks!! That worked to add space b/w the city and zip. However, there is still no space between the zip and country (94577United States, for example). Cheers.

    Plugin Support Chika Ibeneme

    (@chikaibeneme)

    @cece101

    Thanks for getting back to me.

    You can try the following code for that:

    .tribe-country-name {
    padding-left: 5px;
    }

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Map address spacing issue’ is closed to new replies.