responsive Menu

All WYSIWYG Web Builder support issues that are not covered in the forums below.
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
Post Reply
webchick
 
 
Posts: 10
Joined: Fri Jan 07, 2022 1:48 pm

responsive Menu

Post 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.
User avatar
Pablo
 
Posts: 21578
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: responsive Menu

Post 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
webchick
 
 
Posts: 10
Joined: Fri Jan 07, 2022 1:48 pm

Re: responsive Menu

Post by webchick »

Good idea. Emailed over
User avatar
Pablo
 
Posts: 21578
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: responsive Menu

Post by Pablo »

What do I need to do to see the problem?
webchick
 
 
Posts: 10
Joined: Fri Jan 07, 2022 1:48 pm

Re: responsive Menu

Post 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/
User avatar
Pablo
 
Posts: 21578
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: responsive Menu

Post 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>
Post Reply