Overlap of Dropdown In Header

Hello, I have a problem on a Realtor site. I’m using a nationally recognized and used 3rd party plugin called FlexMLS to help users search the MLS in their area. When I place the widget shortcode in the header the search dropdown falls behind the searchboxes. When I place it in the body of the page, it falls over (preferred) the searchboxes. Is there anything in the Pro Header code that might cause this?

Here’s an example link. https://lapinerealty.com/test-header-page/

Thanks

Mike

Hi Mike,

Thank you for writing in, we don’t really provide support for 3rd plugins, but you can try adding the custom CSS below on the Theme Options > CSS

.select2-container .select2-dropdown {
	z-index: 999999;
}

If that did not work, please contact the FlexMLS plugin support as we won’t be able to provide support for 3rd plugin further from here.

Cheers!

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.