Viewing issues in Calendar View

Home Forums Calendar Products Events Calendar PRO Viewing issues in Calendar View

Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #953480
    Joshua
    Participant

    I am having issues viewing all the details of an event in the calendar view when you roll over them. Thanks for your help.

    #953501
    Geoff
    Member

    Hi there, Joshua! Thanks for reaching out and welcome to the forums. 🙂

    I assume you’re talking about the events in Month View–is that correct?

    If so, it looks like there a conflict with the styles used by the theme. I’m having a tough time pinpointing where that conflict is. One workaround might be to add this to your stylesheet:

    .tribe-events-calendar .tribe-events-tooltip {
    bottom: -20px !important;
    left: 30px;
    }

    This will push the tooltip down and to the left a bit. The arrow at the bottom of the tooltip looks awkward this way, so I’d recommend moving that with:

    .tribe-events-tooltip .tribe-events-arrow {
    display: none;
    }

    If you’d prefer to solve this a little more cleanly at the theme level, then I’d suggest reaching out to the theme author in this case to find where that exact styling conflict is coming from.

    Cheers!
    Geoff

    #953546
    Joshua
    Participant

    Thanks!

    #953557
    Geoff
    Member

    My pleasure! Thanks for following up and getting in touch. 🙂

    Cheers,
    Geoff

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘Viewing issues in Calendar View’ is closed to new replies.