dates time split on lines

Home Forums Welcome! Pre-Sales Questions dates time split on lines

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #958215
    Julie Anderson
    Guest

    Any idea why this is doing this? I think it might have something to do with my theme overriding something but I don’t know what CSS controls this. There is also a comma in there for some reason.

    http://www.charlotteclayclassic.com/wp/events/

    TIA,
    Julie

    #958446
    George
    Participant

    Hi Julie,

    I checked out your site and it indeed seems like an unspecified CSS rule from your theme is causing these layout issues. If you add the following CSS to the bottom of your theme’s style.css file, however, it should resolve these issues:

    
    .type-tribe_events .vcard span {
        display: inline-block !important;
    }
    

    It fixed things for me, so let us know if it works for you too! 🙂

    — George

    #959579
    Julie Anderson
    Guest

    Thank you so much! Worked great.

    #959595
    George
    Participant

    Awesome! Best of luck with your site Julie 🙂

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘dates time split on lines’ is closed to new replies.