Page 1 of 1

responsive Menu

Posted: Fri Jan 07, 2022 1:53 pm
by webchick
Mobile z-index issue. I can't figure out how to resolve. Smart menu on desktop is working fine.
Marketing script pop-up on first load (newsletter sign-up) issue.

Mobile responsive menu is overlapping the pop-up ? Anyone know how to resolve?
https://www.rhoadsgardencenter.com/

Notes:
z-index is set to 9999 and the widget is set to 50, causing the menu to overlap the widget.

Re: responsive Menu

Posted: Fri Jan 07, 2022 2:18 pm
by Pablo
To be able to help you, I need a DEMO project so I can see all your settings.

Note: I do not need the complete project because that will only take more time to figure out what you have done.
Basically, I just need a small project with one page and object(s) that are relevant to your question.

Please see this FAQ for further details:
viewtopic.php?f=10&t=82134

Re: responsive Menu

Posted: Fri Jan 07, 2022 3:44 pm
by webchick
Good idea. Emailed over

Re: responsive Menu

Posted: Fri Jan 07, 2022 4:31 pm
by Pablo
What do I need to do to see the problem?

Re: responsive Menu

Posted: Mon Jan 10, 2022 11:32 pm
by webchick
Z-index issue?
Pop-up (signup from third party)
Menu on Desktop is resolved
it's the Responsive MOBILE side / Issues

https://www.rhoadsgardencenter.com/

Re: responsive Menu

Posted: Tue Jan 11, 2022 7:06 am
by Pablo
The (third party) popup does not seem to have a z-index, so you will need to add it yourself.

For example:

Code: Select all

<style>
#opt-in-widget
{
   z-index: 9999 !important;
}
</style>