Hi,
Sorry to bother you again, but I have another problem that I can’t solve.
On mobile and tablet, the search bar is displayed above the menu when it is opened. This anomaly is not present on desktop. I tried several CSS codes (z-index) but nothing changes, can you help me?
Thank you for your help,
Hey sitadi,
Thank you for the inquiry.
Try to add this css code to adjust the z-index of the header container where the menu resides.
@media only screen and (max-width: 768px) {
/* Add your Mobile Styles here */
.responsive #top #wrap_all #header_main>.container {
z-index: 1000 !important;
position: relative;
}
}
Best regards,
Ismael
Hi Ismael,
That’s great ! Thank you so much
Hi,
Thanks for the update, we’ll close this thread for now then. Please open a new thread if you should have any further questions or problems.
Best regards,
Rikard