Using the Dropdown component in navbar

I’ve inserted 3 dropdowns on my nav bar. However, the menu is expanding whenever it opens the dropdown component and the title of the others components are moving down. How can I stop the menu to expand and the title of the other components to not move?

Thanks

https://preview.webflow.com/preview/1pure?preview=8d8058a84f2b7c9a0bab413085ce0bd1

This is what I changed and it almost worked:

Problem: This is occurring because the dropdown list set to “auto” position when it is in the open state: Image 2017-04-04 at 10.10.0...

Correct this by setting your list to Absolute position and then setting your “container navbar” to overflow visible: Image 2017-04-04 at 10.11.4...

Here is the result but still not perfect: http://1pure.webflow.io/

Problem solved: The Navigation bar class → Overflow → Visible

This topic was automatically closed 60 days after the last reply. New replies are no longer allowed.