Home › Forums › Product Support Forums › Ajax Search Pro for WordPress Support › Mobile Menu z-index › Reply To: Mobile Menu z-index
October 12, 2021 at 9:25 am
#35136
Keymaster
Hi,
Sure! It looks like, that this visual composer parent element is the problem, it has a z-index of 9. It is not a very specific element, so maybe try this custom CSS for it:
.header-mobile>.container>.vc_row.wpb_row.vc_row-fluid {
z-index: unset !important;
}