Submenus and centering on Navbar

I'm new to this and thanks in advance for the help.

I've inserted a Navbar with 5 items but I'd like it to be centered on the page. Can't figure it out. Also, how do I create submenus under the initial items? So if one item is "Music" and under it I want "Live" and "Studio" so they will drop down either on press or mouse over, how do I do that?

Again, thanks.

DWM

Hello there. Im new too (newer than you :) )

For the Dropdown you just grab "dropdown" component and through it inside nav menu.

For the centering menu i want too to find out!

ok found it (from other website) i dont know if its write but i think works normally

.navbar .navbar-nav {
    display: inline-block;
    float: none;
}

.navbar .navbar-collapse {
    text-align: center;
}

.navbar .navbar-nav { display: inline-block; float: none; }

.navbar .navbar-collapse { text-align: center; }

Does this help at all?

Nav Dropdown and Justify