Hi there,
Thanks for writing in! I can’t see any dropdown menu on your site so I assume you are referring the mobile menu. It’s not related with updated rather your custom code. It seems you have added the following code that causing this issue :
ul.x-nav {
display: none;
}
Kindly remove this to get expected result. When you add any custom code to your site, make sure you know what you are doing to avoid potential conflicts.
Hope this makes sense.
Cheers!