Opening a dropdown element up instead of down?

Is it possible to have a drop down element open upwards instead of down? I’m putting a navigation menu at the bottom of the page and need to incorporate an expanding menu, however the drop down by default opens down, of course, and I can’t seem to figure out how to get it to open up instead. The same applies for when the nav bar enters hamburger menu mode; the menu is opening down so it’s off-screen, when what I want it to do is open up!

View the site here

Any advice?

Hi Ashley, welcome to the forum :smile:

You can give the ‘dropdown-list’ element a property of bottom:60px (or any height of your navbar)

Heck yeah, this did the trick! Thank you so much! :slight_smile:

Hi, sorry to bother you with something probably rather easy. What do you mean with “give element a property of” how do I do that? Is it a custom attribute?