Events In Field in Event Ticket Plus Overlaps My Header

Home Forums Ticket Products Event Tickets Plus Events In Field in Event Ticket Plus Overlaps My Header

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #1400322
    Amanda
    Participant

    The Events In Field in Event Ticket Plus Overlaps My Header https://franklinsgroup.com/events/
    Is it possible when clicking in this field for the calendar to drop down rather than go up into my header please?

    #1400916
    Geoff B.
    Member

    Good evening Amanda and welcome back!

    Thank you for reaching out to us.

    We are sorry to hear about the Events in sliding under your header.
    I would love to help you with this topic.

    The simplest solution would be to simply increase the z-index value of the date picker.

    Try adding the following CSS rule to your style.css file or in your Custom CSS metabox:

    .datepicker.dropdown-menu {z-index: 9999 !important}

    This will bring the date picker over your menu (which I understand is not your preferred option).

    You could always force a different position for the date picker instead, but to do that you will be fighting with real-time generated “top” position values (that are designed to make the filter responsive. In other words you will need to adjust the value for different screen widths (using @media CSS queries).

    Here is an idea of what that might look like

    .datepicker.dropdown-menu {top: 380px !important}

    Let me know if that helps.

    Have a great day!

    Geoff B.

    #1414598
    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 ‘Events In Field in Event Ticket Plus Overlaps My Header’ is closed to new replies.