Tooltips being cut off

Home Forums Calendar Products Events Calendar PRO Tooltips being cut off

Viewing 5 posts - 1 through 5 (of 5 total)
  • Author
    Posts
  • #1248847
    Chris Adams
    Participant

    Hi, I hope you may be able to help. the tooltips are being cut off on the month view by the date above and wondered if you can take a look at that?
    Im using Genesis > Gallery Pro theme (think the issue is related to this as with twentysixteen it seems to be working OK).
    Really hope you can be generous with a couple of minutes and see if you can identify the possible cause of the issue – expect it is in the css somewhere? I tried increasing the z-index of the tooltips div but that didn’t seem to make a difference….
    Thanks in advance!
    Chris

    #1249004
    Geoff
    Member

    Hey Chris,

    Nice to see you again and happy Friday!

    It looks like there is CSS in the theme that is preventing overflow content from displaying:

    .archive .entry, .single .entry {
    margin-bottom: 3rem;
    padding-bottom: 3rem;
    overflow: hidden;
    }

    You can change that to this either in your style.css file or on the Appearance > Customize > Additional CSS screen:

    .archive .entry, .single .entry {
    margin-bottom: 3rem;
    padding-bottom: 3rem;
    overflow: visible !important;
    }

    Here’s a screenshot of how that looks when I tested it out on your site. Hopefully it does the trick for you as well!

    Cheers!
    Geoff

    #1249114
    Chris Adams
    Participant

    That’s really fantastic Geoff – thanks loads 🙂
    Will test it out this evening and if I have any other issues then I’ll let you know, but expect it’ll work now. Appreciated & Happy Friday back ‘atcha!!
    Chris

    #1249122
    Geoff
    Member

    Heck yeah! Definitely keep me posted. 🙂

    #1259995
    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 5 posts - 1 through 5 (of 5 total)
  • The topic ‘Tooltips being cut off’ is closed to new replies.