Join the Soledad Facebook Users Group here
for Share, assistance, discussion, and Updates related to Soledad WordPress Theme.

If you can't create a new ticket - you can send us an email via our contact form and we will get back to you.

Okay
  Public Ticket #1991655
Menu bar overlapping
Closed

Comments

  • FransvanGosliga started the conversation

    I am using The Events Calendar and whenever I try to use its search function the menu bar is overlapping some of the search functions, for example the names of the month. I have attached a sample picture. What would you recommend to do? Is there a way to tweak this in the PenNews configuration or some CSS code I can use? Thank you!

  •  501
    Penci replied

    Hi,

    Please go to Customize > Addtional CSS then add custom css to do that: http://prntscr.com/niau94

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

    Best Regards,

    PenciDesign


  • FransvanGosliga replied

    It works! Thank you so much!