Venue Address Display

Home Forums Calendar Products Events Calendar PRO Venue Address Display

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #976316
    nsidhom
    Participant

    On my event page (www.bellevue.org/events), the venue address all runs together with no spaces. Any ideas? My theme is Divi 2.4.4

    Thanks!

    #976597
    Geoff
    Member

    Hey there nsidhom! Thanks for getting in touch and welcome back to the forums. If the address of the venues on your site are any indication, then we’re actually in the same neck of the woods at the moment — so howdy neighbor. 🙂

    I think we can add some spacing there with a little CSS. Give this a try in your theme’s stylesheet to see if it does the trick:

    [php]
    .tribe-events-address abbr,
    .tribe-events-address .postal-code {
    margin: 0 2px;
    }
    [/php]

    You may need to fiddle with that just a bit to get things just right, but should give you a good head start on building in some more breathing room in there.

    Cheers!
    Geoff

    #988833
    Support Droid
    Keymaster

    This topic has not been active for quite some time and will now be closed.

    If you still need assistance please simply open a new topic (linking to this one if necessary)
    and one of the team will be only too happy to help.

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Venue Address Display’ is closed to new replies.