• Resolved 12sp

    (@sp12)


    I just install this and started working with it. I have a lot of events each day. When I click on the events at the bottom of the calendar (the last week), the bottom of the popup is cut off.

    I saw that you prefer us to contact you via the support request form from your plug-in’s Help page, but I didn’t see on there. (It actually said to come here.)

    • This topic was modified 4 years, 8 months ago by 12sp.

    The page I need help with: [log in to see the link]

Viewing 4 replies - 1 through 4 (of 4 total)
  • Plugin Author Joe Dolson

    (@joedolson)

    Looks like you’ve deactivated the plug-in, but most likely this is a problem with overflow: hidden set on the content container in your theme’s CSS.

    Thread Starter 12sp

    (@sp12)

    Thank you.

    I’ve been testing and trying stuff out so I’ve been turning stuff off and on. I forgot to turn it back on (on now).

    I’m sorry to say that “overflow: hidden set on the content container” is not in my wheel house of knowledge.

    Plugin Author Joe Dolson

    (@joedolson)

    You could go to Appearance > Customize > Additional CSS and add this:

    .main-container, .post-content {
        overflow: initial !important;
    }

    Should take care of it.

    Thread Starter 12sp

    (@sp12)

    That did take care of it. Thank you!

Viewing 4 replies - 1 through 4 (of 4 total)
  • The topic ‘Event details are getting cut off’ is closed to new replies.