Viewing 2 posts - 1 through 2 (of 2 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

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.