• This is a great plugin and thank you for making it available!
    I do have one small issue with it that I’m hoping you can correct – I’m not providing a screenshot or link because it’s visible on the sample images provided with the plugin.

    There is a missing space between the location’s state and postal identifier, and a extra on between the city and state. (Eg it shows:
    10 November 2022-The Election Meet Ground Tuba City , AZ86045 United States`

    Would it be possible to fix this or help me find a workaround?

    • This topic was modified 2 years, 4 months ago by raburrell.
Viewing 1 replies (of 1 total)
  • Plugin Support Jyoti Bhandari

    (@jyoti197)

    Hi @raburrell,

    To fix that issue please add the custom CSS code given below.

    .event-date-location span.tribe-locality {
      margin-right: 0px !important;
    }
    .event-date-location abbr[title] {
      margin-right: 5px;
    }
    Hope this helps.

    Thanks & Regards

Viewing 1 replies (of 1 total)
  • The topic ‘missing space between State and zip code’ is closed to new replies.