Strange line breaks with – and , between span classes

Home Forums Calendar Products Events Calendar PRO Strange line breaks with – and , between span classes

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #917313
    James Rosnack
    Participant

    When my page shows the event times and address in list mode, I am getting strange page breaks between lines that show either a – and a ,. when looking at them in firebug, they show that they are inbetween the span classes for each line.
    you can see them here:
    http://spicewoodvineyards.com/events/

    how can I fix this?

    Roz

    #917323
    James Rosnack
    Participant

    It looks like those dashes and commas belong there int he normal formatting of the time and address but I cant seem to figure out why they are outside of the spam classes and being forced into separate line breaks

    #918556
    Brian
    Member

    Hello,

    Sorry for the issues you are having.

    Looks like a css conflict with your theme.

    Try this css to fix it:

    .events-list .type-tribe_events .vcard span {
    display: inline;
    }

    Add that css to your theme’s stylesheet or through a plugin such as Simple Custom CSS.

    Let me know if that helps.

    Thanks

    #918579
    James Rosnack
    Participant

    That did the trick, thanks for the help!

    #918603
    Brian
    Member

    Great, glad it helps, I am going to go ahead and close this ticket, but if you need help on this or something else please post a new ticket.

    Thanks!

Viewing 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Strange line breaks with – and , between span classes’ is closed to new replies.