• Resolved Stendhal1

    (@stendhal1)


    Hi, first I just want to tell you how beautiful your plugin is. I’ve used it a few times now, and love all the features. So thanks!

    I just installed the most recent version of The Events Calendar on a site. There are a couple of small problems:

    1) In the event listing, the heading (like “Date”) isn’t flush with the info (like “November 6, 2017”). The info is slightly lower.

    2) An extra colon is appearing after the heading (“Date: :November 6, 2017”)

Viewing 3 replies - 1 through 3 (of 3 total)
  • Thread Starter Stendhal1

    (@stendhal1)

    Update: I’m able to fix it in CSS.

    .single-tribe_events #tribe-events-content .tribe-events-event-meta dt {
    line-height: 1.5; (not line-height: 1)
    }

    dl dt:after {
    REMOVE content: “:”;
    }

    Plugin Contributor Jennifer

    (@jentheo)

    Hello,

    Thanks so much for the great feedback! It’s always good to hear that users are enjoying our plugins!

    I’m glad to hear you were able to get this fixed with CSS. For future reference, I would recommend taking a look at this article as well, which has some additional information on templates and styling.

    Hey there! This thread has been inactive for a while so we’re going to go ahead and mark it Resolved. Please feel free to open a new thread if any other questions come up and we’d be happy to help. ??

Viewing 3 replies - 1 through 3 (of 3 total)
  • The topic ‘Extra colon; lines not flush’ is closed to new replies.