sub menu is under page content - help
Forum rules
PLEASE READ THE FORUM RULES BEFORE YOU POST:
viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/links.html
PLEASE READ THE FORUM RULES BEFORE YOU POST:
viewtopic.php?f=12&t=1901
MUST READ:
http://www.wysiwygwebbuilder.com/links.html
sub menu is under page content - help
Hello,
The sub-menus of the navigation menu (CSS Menu) goes under the content of the page, i wonder why and how to solve it?
screenshot of the problem https://cdn1.imggmi.com/uploads/2018/12 ... 2-full.png
Thanks!
The sub-menus of the navigation menu (CSS Menu) goes under the content of the page, i wonder why and how to solve it?
screenshot of the problem https://cdn1.imggmi.com/uploads/2018/12 ... 2-full.png
Thanks!
Re: sub menu is under page content - help
Did you make sure the z-order is above the other elements (arrange->move to front)?
Re: sub menu is under page content - help
Hello Pablo,
The menu is within the Master page.
How do I make Master page's z-order above the elements within another page?
The menu is within the Master page.
How do I make Master page's z-order above the elements within another page?
Re: sub menu is under page content - help
The elements of a master page will always be at the background otherwise you cannot place other objects on top of it.
Note that normally a dropdown menu is part of a page header. In that case you can set the stack order to 'in front of content'.
Note that normally a dropdown menu is part of a page header. In that case you can set the stack order to 'in front of content'.
Re: sub menu is under page content - help
Where are "Stack order" and "In front of content" options?
I have upload an example https://ufile.io/uibsh in which sub menu goes under the content of the page.
I have upload an example https://ufile.io/uibsh in which sub menu goes under the content of the page.
Re: sub menu is under page content - help
PS - in my previous web design software, we could add this code within the html of the panel/menu:
z-index:100;
It would make the menu to be always on top of other elements on the page, even if the menu was within the masterpage.
Possible to do it here?
z-index:100;
It would make the menu to be always on top of other elements on the page, even if the menu was within the masterpage.
Possible to do it here?
Re: sub menu is under page content - help
The menu is not on a page header.
- insert a page header
- set the stack level to 'in front of content'
- add the menu to the page header
- insert a page header
- set the stack level to 'in front of content'
- add the menu to the page header
You can add custom code via Page HTML or an HTML object.my previous web design software, we could add this code within the html of the panel/menu:
Re: sub menu is under page content - help
added the code in menu HTML and worked
Another question, since its related to the same sub-menu, i'll ask it here.
my sub menu width is 320, displays nicely in desktop.
However, I have a mobile version too, it goes to mobile at 768 breakpoint, and when in that breakpoint I rollover the mouse on the menu, the sub-menu is 320, it does not fit the screen (below 768).
Is it possible to make the sub-menu to fit the screen size automatically?
Another question, since its related to the same sub-menu, i'll ask it here.
my sub menu width is 320, displays nicely in desktop.
However, I have a mobile version too, it goes to mobile at 768 breakpoint, and when in that breakpoint I rollover the mouse on the menu, the sub-menu is 320, it does not fit the screen (below 768).
Is it possible to make the sub-menu to fit the screen size automatically?
Re: sub menu is under page content - help
No, I think it's better to use one of the responsive menus for that.
Re: sub menu is under page content - help
Hi longman
I have a similar problem with icons, maps etc. going over the top of a responsive menu.
Any tips on were and how to enter the "z-index:100;" ? It would be nice if this fixed the problem.
I have a similar problem with icons, maps etc. going over the top of a responsive menu.
Any tips on were and how to enter the "z-index:100;" ? It would be nice if this fixed the problem.
Re: sub menu is under page content - help
- insert a page header
- set the stack level to 'in front of content'
- add the menu to the page header
- set the stack level to 'in front of content'
- add the menu to the page header
Re: sub menu is under page content - help
I have the responsive menu in a layout grid on a master page.
Re: sub menu is under page content - help
Normally a dropdown menu is part of a page header. In that case you can set the stack order to 'in front of content'.
With layout grids there is no z-order, all elements will be floating after each other. See the previously comments of this discussion.
With layout grids there is no z-order, all elements will be floating after each other. See the previously comments of this discussion.
Re: sub menu is under page content - help
Unfortunately I can't get the design I want to work in a header.
Re: sub menu is under page content - help
In that case you will have to add the z-index yourself.