Display venue details in single event on single line like in event list view

Home Forums Calendar Products Events Calendar PRO Display venue details in single event on single line like in event list view

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1078965
    Robert Hickling
    Participant

    Hi there,
    I’m trying to figure out how to display the venue details in a single event display near the title on a single line like in the event list view. I think it has to do with the venue details being arrayed in a dd list (?) in the single event but I’m not sure of the corrective css.

    Screenshot of single event in list view
    Please note how “The Kingston Range, Kingston Range, CA United States +Google Map” all appears on one line.
    http://eknaga.com/ritesofpassagevisionquest/wp-content/uploads/2016/02/Screen-Shot-2016-02-20-at-9.35.27-AM.png

    Screenshot of single event
    Please note how “The Kingston Range, Kingston Range, CA United States +Google Map” all have line breaks.
    http://eknaga.com/ritesofpassagevisionquest/wp-content/uploads/2016/02/Screen-Shot-2016-02-20-at-9.35.07-AM.png

    Thanks!!
    Robert

    #1079958
    Geoff
    Member

    Hey Robert!

    Yeah, a lot of that will have to do with the markup in the template, but I think it can be done with some CSS. Something like this in your theme’s style.css file or using a plugin like Simple Custom CSS:

    .single-tribe_events .tribe-events-event-meta-custom dd {
    display: inline-flex;
    }

    Will this work for you? Please let me know. 🙂

    Cheers,
    Geoff

    #1079963
    Robert Hickling
    Participant

    Worked perfectly! Thanks so much!

    #1079973
    Geoff
    Member

    My pleasure! Thanks for following up to let me know. 🙂

    Cheers,
    Geoff

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Display venue details in single event on single line like in event list view’ is closed to new replies.