Display of events on Hover getting cropped

Home Forums Calendar Products Events Calendar PRO Display of events on Hover getting cropped

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1414374
    avoutreachmedia
    Participant

    hi,

    could you have a look at our event calendar , http://www.outreachmedia.auroville.org/events/2018-01/ , also the printscreen to the calendar is http://prntscr.com/htqfy8

    you will notice the event excerpt on hover is being cropped by the calendar ?

    Can you tell me how we can fix it … thanks…

    #1414705
    Courtney
    Member

    Hi there

    I looked at your site and noticed the right border seemed to be hidden. Would you like to include that as well? If so, can you add the following code to your child theme, or in Appearance » Customize » Additional CSS?

    table.tribe-events-calendar {
        border-collapse: separate !important;
    }
    
    #main-content{
        overflow: visible!important;
        z-index: 1000 !important;
    }
    

    If you just wanted the tool-tip fixed:

    #main-content{
        overflow: visible!important;
        z-index: 1000 !important;
    }
    

    Let me know if that works for you.

    Thanks
    Courtney 🙂

    #1431388
    Support Droid
    Keymaster

    Hey there! This thread has been pretty quiet for the last three weeks, so we’re going to go ahead and close it to avoid confusion with other topics. If you’re still looking for help with this, please do open a new thread, reference this one and we’d be more than happy to continue the conversation over there.

    Thanks so much!
    The Events Calendar Support Team

Viewing 3 posts - 1 through 3 (of 3 total)
  • The topic ‘Display of events on Hover getting cropped’ is closed to new replies.