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.
			
			
									
						
										
						responsive Menu
					Forum rules
IMPORTANT NOTE!!
DO YOU HAVE A QUESTION OR PROBLEM AND WANT QUICK HELP?
THEN PLEASE SHARE A "DEMO" PROJECT.
PLEASE READ THE FORUM RULES BEFORE YOU POST:
http://www.wysiwygwebbuilder.com/forum/viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/getting_started.html
WYSIWYG Web Builder FAQ
	IMPORTANT NOTE!!
DO YOU HAVE A QUESTION OR PROBLEM AND WANT QUICK HELP?
THEN PLEASE SHARE A "DEMO" PROJECT.
PLEASE READ THE FORUM RULES BEFORE YOU POST:
http://www.wysiwygwebbuilder.com/forum/viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/getting_started.html
WYSIWYG Web Builder FAQ
- Pablo
 - Posts: 23910
 - Joined: Sun Mar 28, 2004 12:00 pm
 - Location: Europe
 - Contact:
 
Re: responsive Menu
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
			
			
									
						
										
						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
- Pablo
 - Posts: 23910
 - Joined: Sun Mar 28, 2004 12:00 pm
 - Location: Europe
 - Contact:
 
Re: responsive Menu
What do I need to do to see the problem?
			
			
									
						
										
						- 
				webchick
 -  

 - Posts: 10
 - Joined: Fri Jan 07, 2022 1:48 pm
 
Re: responsive Menu
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/
			
			
									
						
										
						Pop-up (signup from third party)
Menu on Desktop is resolved
it's the Responsive MOBILE side / Issues
https://www.rhoadsgardencenter.com/
- Pablo
 - Posts: 23910
 - Joined: Sun Mar 28, 2004 12:00 pm
 - Location: Europe
 - Contact:
 
Re: responsive Menu
The (third party) popup does not seem to have a z-index, so you will need to add it yourself.
For example:
			
			
									
						
										
						For example:
Code: Select all
<style>
#opt-in-widget
{
   z-index: 9999 !important;
}
</style>