Navbar - Cover the entire background of the site

Hi, Im looking for some help to create a customized dropdown on my navbar. I want the background of the dropdown to cover automatically the entire page background however Im only being able to set a fix width and when I open in different screen sizes the dropdown don’t cover all.

Below is my webpage for you to see, click on the APICAÇÕES dropdown and you will see my problem.

Thank you in advance.

Here is my site Read-Only: [LINK][1]

Hi @lzamboni,

To make the dropdown cover the whole page you can set the width to 100vw (100% of the viewable width) and 100svh (100% of the viewable screen height, excluding the browser tools when viewing on mobile).

You might also have to work with position relative and absolute to make this one work.