Sorry for the noob question –
But I’m trying to disable the navbar’s menu items from expanding so I can inspect the spacing between the menu and the title div element below it.
If there’s any pointers on how I can achieve that through Firefox dev tool would be much appreciated!
I tried to update the dropdown items to display:none
on hover and in focus but still can see the expanded child li
dropdown items.