Modal Layer

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
User avatar
Biju
 
 
Posts: 140
Joined: Thu Mar 10, 2016 7:02 pm
Location: Kerala, INDIA.

Modal Layer

Post by Biju »

Image

My modal layer shows behind the Responsive menu.
- Responsive menu is inside a layout grid.
- Layout grid properties:

Image
~ Remain Curious
and Keep Learning ~

_________________
visit my site
User avatar
Pablo
 
Posts: 23223
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: Modal Layer

Post by Pablo »

To be able to help you, I need a DEMO project (.wbs file) so I can see all your settings.
Also, please include a description how to reproduce this problem.

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.

For further details about how to share a project file, please see this FAQ:
viewtopic.php?f=10&t=82134
User avatar
Biju
 
 
Posts: 140
Joined: Thu Mar 10, 2016 7:02 pm
Location: Kerala, INDIA.

Re: Modal Layer

Post by Biju »

To be able to help you, I need a...
My project file is HERE

Note: Images included in the project file are copyrighted.
~ Remain Curious
and Keep Learning ~

_________________
visit my site
User avatar
Pablo
 
Posts: 23223
Joined: Sun Mar 28, 2004 12:00 pm
Location: Europe
Contact:

Re: Modal Layer

Post by Pablo »

You will need to give the layer a higher z-index.

For example, by adding this code between the head tags of Page HTML:

Code: Select all

<style>
.Layer1
{
   z-index: 9999 !important;
}
</style>
User avatar
Biju
 
 
Posts: 140
Joined: Thu Mar 10, 2016 7:02 pm
Location: Kerala, INDIA.

Re: Modal Layer

Post by Biju »

Thanks Pablo..
~ Remain Curious
and Keep Learning ~

_________________
visit my site
Post Reply