Spacing issue

Home Forums Calendar Products Events Calendar PRO Spacing issue

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1356708
    Shawn Waggott
    Participant

    Hi,

    I am having an issue with The Events Calendar Pro in list form. in between the Province and Country there is no space. I have try this code:


    .tribe-events-address .tribe-delimiter {
    margin: 0px 4px 0px 0px;
    }

    .tribe-events-address .tribe-country-name {
    clear: both;
    display: block;
    }

    But it didnt seem to fix it. Attached is what I am talking about.

    Thanks,
    Shawn

    #1357058
    Geoff B.
    Member

    Good evening Shawn and welcome back!

    Thank you for reaching out to us.
    I would love to help you with this topic.

    Try adding the following CSS rule to your style.css file or in your Custom CSS metabox:

    .tribe-address .tribe-region {
    padding: 0px 4px !important;
    }

    Let me know how that goes.

    Best regards,
    Geoff B.

    #1357652
    Shawn Waggott
    Participant

    That did it, thanks so much Geoff!

    Shawn

    #1358034
    Geoff B.
    Member

    Good evening Shawn,

    I am super stoked that this did the trick for you!

    You are welcome back in our support forums any time 🙂

    For now, I am going to close this thread.

    Have a great week!

    Geoff B.

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Spacing issue’ is closed to new replies.