Page 1 of 1

Menu with drop downs and items below

Posted: Sat Oct 29, 2022 1:46 pm
by dannac
2 flex containers top of page

1st has a nav bar with drop down menus

2nd has a justified gallery

When I view a drop down menu it is covered by justified gallery
I've tried move to top / bottom, but that made no difference

How to get drop down to be above what ever is below ?

Re: Menu with drop downs and items below

Posted: Sat Oct 29, 2022 2:01 pm
by crispy68
Is the first flex container with the menu going to stay fixed at the top as you scroll? If so, set position to header (fixed). Otherwise, you can use a page header with Stack Level = in front of content.

Re: Menu with drop downs and items below

Posted: Sat Oct 29, 2022 2:02 pm
by Pablo
Usually, a drop down menu is part of a page header.
In that case, you can set the stack level property to 'in front of content'

Re: Menu with drop downs and items below

Posted: Sat Oct 29, 2022 2:47 pm
by dannac
Thanks guy's ... good now.