Hi,
Please see the theme documentation for creating a “Drop-Down” Menu.
Or Go to dashboard admin panel >> appearance menu >> menus >> Create new menu.
Now select the pages which you want to add.
Now for creating a drop-down menu drag & drop the menu.
Select the location for menu.
Now save the changes.
If you already done above work then write below CSS into custom CSS editor:
.dropdown-menu {
display: block !important;
}
Save the changes.
Thanks