Viewing 4 posts - 1 through 4 (of 4 total)
  • Author
    Posts
  • #1489785

    Hey, sorry to ask about a plugin (The Events Calendar), but I’m trying to get the Subscribe to Calendar dropdown at the bottom of https://nlsladev.wpengine.com/services/workshops/ to show in full, without getting cut off at the bottom. I was able to get it to show on desktop by removing the padding in the list items, but it’s still getting cut off on the phone. I tried switching to Twenty Twenty and it looks like opening that drop pushes down whatever content’s below it, so the full dropdown shows. Any idea how I might get the full dropdown to show (even on the phone) in Enfold? Thanks and lmk if you have any questions.

    #1489786

    Hey sky19er,

    Thank you for the inquiry.

    Try to set a minimum height for the dropdown container using this css:

    .tribe-common--breakpoint-medium.tribe-events .tribe-events-c-subscribe-dropdown {
        min-height: 300px;
    }

    Best regards,
    Ismael

    #1489838

    min-height! why didn’t I think of that?! ;).

    Thanks again, Ismael — that worked for desktop but not the phone, for some reason — removing the first class seemed to make it work for both, and I only needed about half the height:

    .tribe-events-c-subscribe-dropdown {
       min-height: 175px;
    }

    Thanks again, as always!

    #1489855

    Hi,
    Glad that Ismael could help you on the path to sorting this out.

    Best regards,
    Mike

Viewing 4 posts - 1 through 4 (of 4 total)
  • The topic ‘events calendar add to calendar dropdown getting cut off’ is closed to new replies.