Menu button doesn't work

Hello everyone!

I am having issues with the menu button of the nevigation bar in the tablet breakpoint. Here the details: Body > DivBlock> Section> Navbar> Container> Nav menu (inside the nav menu there are two dropdowns) and menu button. Now the problem is that if i click on the menu button, i go to settings and i click on “show” it works, if i leave it open and i go to “preview” it works, but if i close it and open it again while i am still in the preview mode or if i directly open it in the preview mode, the only thing i can see is white and grey square on the left side of the website.

Can someone give me an help?.

Thank you so much


Here is my site Read-Only: LINK

Hi,

You have improved a lot. To complete the navbar, you just need to set the display to block for the two dropdowns that are under the navbar, like this:
image

I have given the dropdown class as “nav mini dropdown” and set it to block for the two dropdowns using the same class, so they have the same CSS properties.

For nav menu 3, there’s a margin on the right. That’s why the nav menu isn’t filling up the space. So, set the right margin to 0."
image

1 Like

Hello Fahad, i hope this message finds you well.

Thank you so much for your help, it was very useful and i really appreciate it!

All the best

1 Like