Page 1 of 1

Bootstrap Mega Menu

Posted: Tue Dec 05, 2023 7:21 pm
by Morayweb
Hi folks just another I hope easy fix.
I have the Bootstrap Mega Menu in my master page when I vue the page itself the menu works fine but when I view the whole page it doesnt dropdown over the next section as in this link.
https://morayweb.co.uk/

Thank you.

Re: Bootstrap Mega Menu

Posted: Tue Dec 05, 2023 7:56 pm
by crispy68
You will need to set your header as a page header so it puts this content in front of everything else.

Re: Bootstrap Mega Menu

Posted: Tue Dec 05, 2023 8:06 pm
by Morayweb
Ah right OK I have it as a layout grid.
Thanks

Re: Bootstrap Mega Menu

Posted: Tue Dec 05, 2023 8:35 pm
by Morayweb
How can I make the header responsive now? will I have to use breakpoints now.
Thanks

Re: Bootstrap Mega Menu

Posted: Tue Dec 05, 2023 9:21 pm
by Morayweb
crispy68 wrote: Tue Dec 05, 2023 7:56 pm You will need to set your header as a page header so it puts this content in front of everything else.
I have tried using the responsive menu in a header and it has a responsive layout grid below and menu still doesnt come over it.?

Re: Bootstrap Mega Menu

Posted: Tue Dec 05, 2023 9:48 pm
by Pablo
If you need further assistance, then please share a DEMO project so we can see all your settings.

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

Re: Bootstrap Mega Menu

Posted: Wed Dec 06, 2023 12:18 am
by crispy68
The easiest thing would be to do this. Right click on the layout grid, select object html, click custom CSS and add:

z-index:1000;

This will put the grid above the other objects.

Re: Bootstrap Mega Menu

Posted: Thu Dec 07, 2023 10:23 am
by Morayweb
[urlhttps://morayweb.co.uk/][/url]
here is the demo site and if you try contact us which has 2 dropdown you will see my problem. Thanks again.

Re: Bootstrap Mega Menu

Posted: Thu Dec 07, 2023 10:51 am
by Pablo
Did you set the 'stack level' property of the Page Header to 'in front of content'?

If you need further assistance, then please share a DEMO project.
viewtopic.php?f=10&t=82134

Re: Bootstrap Mega Menu

Posted: Thu Dec 07, 2023 11:32 am
by Morayweb
:shock: no I never knew that. Ok will try and also must go through all tutorials. I tried it on edge too and it looked terrible but chrome looks fine.
Tha ks will let you know how I get on.

Re: Bootstrap Mega Menu

Posted: Thu Dec 07, 2023 1:10 pm
by Morayweb
Hi Sorry
It is set to front but still doing the same [urlhttps://morayweb.co.uk/][/url]

Re: Bootstrap Mega Menu

Posted: Thu Dec 07, 2023 1:19 pm
by Pablo
If you need further assistance, then please share a DEMO project.
viewtopic.php?f=10&t=82134


Image

Re: Bootstrap Mega Menu

Posted: Thu Dec 07, 2023 2:02 pm
by Morayweb

Re: Bootstrap Mega Menu

Posted: Thu Dec 07, 2023 2:13 pm
by Pablo
The problem is that the menu is on a master page. A master page is (by design) always in the background.

To solve this, add the following code in Page HTML, between head tags.

<style>
#PageHeader1
{
z-index:1000 !important;
}
</style>

Re: Bootstrap Mega Menu

Posted: Thu Dec 07, 2023 2:20 pm
by Morayweb
Ah OK thanks very much I will have a go at that or change menu to other pages.
Thanks again. Have a lot of studying to do... :roll:

Re: Bootstrap Mega Menu

Posted: Fri Dec 08, 2023 10:35 am
by Morayweb
Good Morning
Really really sorry. I have made a new index page with a header on it set for stack in front but the menu is still the same as before.

https://www.morayweb.co.uk/District.wbs

Re: Bootstrap Mega Menu

Posted: Sat Dec 09, 2023 1:15 pm
by Pablo
This is a different menu, with different settings.

- set the stack level of the page header to 'in front of content'
- set overflow to 'none'

Re: Bootstrap Mega Menu

Posted: Mon Dec 11, 2023 1:42 pm
by Morayweb
Good afternoon. Sorry once again for the hastle.
I have put a flex slider under the header and the menu goes down behing it now. im sure I have checked all setting but can't seem to see what the problem is.
Thanks again.
https://www.morayweb.co.uk/District.wbs

Re: Bootstrap Mega Menu

Posted: Mon Dec 11, 2023 2:20 pm
by Pablo
Please set the stack level of the page header to 'in front of content'

Re: Bootstrap Mega Menu

Posted: Tue Dec 12, 2023 3:35 pm
by Morayweb
Thanks that worked. Not sure how I keep missing that. Think will prob use a theme/Template as having difficulty getting site to be responsive. Just realised I thought breakpoints were obsolete now as there was responsive grids etc. Makes sense now..

Thanks again.